The Doxygen comment style¶
Set Doxygen as the default dialect, or rely on auto detection (any @/\
command triggers it):
sv_doc_style = "doxygen" # or "auto"
Supported commands¶
Commands may be written with @ or \.
Command |
Effect |
|---|---|
|
the summary |
|
detailed body |
|
a |
|
a parameter field |
|
a |
|
a return-value field |
|
a note / warning field |
|
a “see also” field (targets become cross-references) |
|
corresponding fields |
Comment delimiters /** */, /*! */, ///, and //! are all recognized.
Inline markup¶
Doxygen |
Rendered as |
|---|---|
|
inline |
|
emphasis |
|
a cross-reference |