Removed pointless enum and tidied comments

This commit is contained in:
Nav
2022-09-26 21:21:57 +01:00
parent ba3152badb
commit ef4eb4f768
4 changed files with 6 additions and 14 deletions

View File

@@ -7,9 +7,7 @@
namespace Bloom
{
/**
* The EventFdNotifier class is an RAII wrapper for a Linux eventfd object.
*
* It uses an eventfd object to implement the NotifierInterface.
* RAII wrapper for a Linux eventfd object, used to implement the NotifierInterface.
*/
class EventFdNotifier: public NotifierInterface
{