Doxygen style
This guide introduces a consistent style for documenting HypedDbg source code using Doxygen
Last updated
This guide introduces a consistent style for documenting HypedDbg source code using Doxygen
Last updated
This guide introduces a consistent style for documenting HyperDbg using .
If you want to create a pull request and contribute in HyperDbg, please follow the Doxygen guides in the source code.
We follow the Javadoc syntax to mark comment blocks.
These have the general form for functions, structures, enums, global variables:
This is the allowed set of Doxygen tags that can be used.
Also, don't forget to add your name on top of the file with @author
tag.
:Starts a paragraph that serves as a brief description.
: Just like starts a brief description, \details
starts the detailed description.
: Describes function parameters.
: Describes return values.
: Describes a cross-reference to classes, functions, methods, variables, files, or URL.
: Starts a paragraph where one or more warning messages may be entered.