mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Doxygen documentation: Use C++-style comments for enumeration elements
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user