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:
@ -88,10 +88,10 @@ public:
|
||||
//- Enumeration for handling out-of-bound values
|
||||
enum boundsHandling
|
||||
{
|
||||
ERROR, /*!< Exit with a FatalError */
|
||||
WARN, /*!< Issue warning and clamp value (default) */
|
||||
CLAMP, /*!< Clamp value to the start/end value */
|
||||
REPEAT /*!< Treat as a repeating list */
|
||||
ERROR, //!< Exit with a FatalError
|
||||
WARN, //!< Issue warning and clamp value (default)
|
||||
CLAMP, //!< Clamp value to the start/end value
|
||||
REPEAT //!< Treat as a repeating list
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user