cpp:doxygen
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cpp:doxygen [2017/01/14 15:25] – rlunaro | cpp:doxygen [2022/12/02 21:02] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 144: | Line 144: | ||
{{: | {{: | ||
+ | |||
+ | 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 | ||
+ | </ | ||
+ | |||
+ | Yields this: | ||
+ | |||
+ | {{: | ||
+ | |||
+ | |||
+ | |||
- | ===== Advanced: custom headers and footers ===== | ||
cpp/doxygen.1484407513.txt.gz · Last modified: 2022/12/02 21:02 (external edit)