|
http://www.jindent.com |
Previous: Deleting
|
Next: Header/Footer
|
| Format existing Doxygen comments |

|
/*! \brief Brief description. Brief description continued. Detailed description starts here. */ class Class { ... } |
|
/*! * \brief Brief description. * Brief description continued. * * Detailed description starts here. */ class Class { ... } |
|
See also: | Blank lines before Doxygen , Blank line after Doxygen , Delete existing Doxygen comments |
| Delete existing Doxygen comments |

|
/*! * \brief Brief description. * Brief description continued. * * Detailed description starts here. */ class Class { ... } |
|
class Class { ... } |
|
See also: | Blank lines before Doxygen , Blank line after Doxygen , Format existing Doxygen comments |