
- #Doxygen call graph how to#
- #Doxygen call graph pdf#
- #Doxygen call graph manual#
- #Doxygen call graph download#
The arguments are equal to the \class command. Indicates that a comment block contains documentation for an interface with name. See also: page Grouping, sections \defgroup, \addtogroup and \weakgroup If the \ingroup command is placed in a comment block of a class, file or namespace, then it will be added to the group or groups identified by. By putting this command in a comment block of a define or variable, the initializer is always hidden. * \exception std::out_of_range parameter is out of range.įor the corresponding HTML documentation that is generated by doxygen.īy default the value of a define and the initializer of a variable are displayed unless they are longer than 30 lines. *! \fn const char *Test::member(char c,int n) If (round) braces are used the argument extends until the end of the line on which the command was found. If braces are used the argument is a single word. Some commands have one or more arguments. eps).Doxygen manual: Special Commands Special CommandsĪll commands in the documentation start with a backslash ( \) or an at-sign ( If you prefer you can replace all commands starting with a backslash below, by their counterparts that start with an at-sign. For example, for Latex output the images must be provided in Encapsulated PostScript (. eps, …) depending on which Doxygen ouput you’re willing to generate. You’ll need to have your images ready in several graphical formats (. Last thing that our sample project illustrates is inserting images into Doxygen documentation. After you have created your dia file you insert it into the Doxygen documentation using the Doxygen tag. On many Linux distributions come with a dia package. If you prefer drawing your diagrams directly instead of defining them as a plain text the Dia Diagram Editor can be a good fit for you. The definition of a PlantUML diagram in Doxygen must be enclosed in the and tags.
#Doxygen call graph download#
You’ll need to download the jar file plantuml.jar and tell the jar location to Doxygen in your Doxyfile. To learn about the different PlantUML features you can refer to the great reference guide Drawing UML with PlantUML. PlantUML diagramsĪll kinds of UML diagrams can be created with PlantUML. In Doxygen, you can include a MSC diagram by using tag. Similarly to DOT graphs, the parts of the mscgen diagrams can be made clickable, too. On many Linux distributions you can find it in the mscgen package. Mscgen is a handy utility for generating sequence diagrams. On most distributions the dot utility can be found in the graphviz package. In order to generate the DOT diagrams you need to have dot utility installed. Doxygen itself uses DOT graphs to generate the class inheritance and call graph diagrams. The nodes of the graph can be made hyperlinks as it is demonstrated in the sample project. Doxygen tag allows for embedding the DOT graph definition directly into your documentation.

#Doxygen call graph manual#
You can find a great documentation with many examples of DOT graphs in the manual Drawing graphs with dot. The DOT language allows for simple definition of graphs. However, it can include diagrams and images generated by external tools.
#Doxygen call graph pdf#
You can check out the project source code and the generated HTML and PDF output at:ĭoxygen on its own doesn’t implement graphical operations. In order to show the graphical capabilities of Doxygen I created a sample project.
#Doxygen call graph how to#
In the last article of the Doxygen miniseries we’ll go over a couple of options how to include diagrams and images in Doxygen documentation. Is your technical documentation hard to read? Diagrams and images liven up technical documentation and help the reader to better understand the subject.
