User Tools

Site Tools


cpp:doxygen

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
cpp:doxygen [2017/01/14 16:25] rlunarocpp:doxygen [2017/01/14 16:44] rlunaro
Line 144: Line 144:
  
 {{:cpp:05.png|}} {{:cpp:05.png|}}
 +
 +The comments on public properties: 
 +
 +<code c++>
 +class Square: public Figure {
 + double side; /*!< comment on a private value */
 +public:
 + double something; /*!< comment on a public property  */
 +</code>
 +
 +Yields this:
 +
 +{{:cpp:06.png|}}
 +
 +
 +
  
  
  
-===== Advanced: custom headers and footers ===== 
  
cpp/doxygen.txt · Last modified: 2022/12/02 22:02 by 127.0.0.1