Doxygen documentation: Use C++-style comments for enumeration elements

This commit is contained in:
Henry Weller
2016-05-11 23:10:42 +01:00
parent 84f6355ad0
commit cacbc688d8
10 changed files with 42 additions and 41 deletions

View File

@ -73,9 +73,9 @@ public:
//- Enumeration defining the type of action
enum actionType
{
noWriteNow, /*!< stop immediately without writing data */
writeNow, /*!< write data and stop immediately */
nextWrite /*!< stop the next time data are written */
noWriteNow, //!< stop immediately without writing data
writeNow, //!< write data and stop immediately
nextWrite //!< stop the next time data are written
};
private: