Top "Doxygen" questions

Doxygen is a multilanguage documentation generation application for C++, C, Java, Objective-C, Python, IDL, Fortran, VHDL, PHP and C# that supports a wide variety of output formats including RTF, HTML, XML and PDF.

how to get doxygen to produce call & caller graphs for c functions

I've spent some time reviewing the docs and going through my doxy config file from end to end. I cut …

c doxygen
How to integrate examples with Doxygen?

I documented all of my classes and now I want to integrate an example of how to use these classes. …

documentation doxygen
Difference between param[out] and return in doxygen?

What is the difference between \param[out] and \return in Doxygen? They both seem to document the output / return of …

doxygen
A doxygen eclipse plugIn automatically generating stub documentation?

I'am looking for an eclipse-plugin for doxygen code documentation. I have found the eclox-plugIn ( http://home.gna.org/eclox/ ). I …

c++ c eclipse documentation doxygen
C++ project organisation (with gtest, cmake and doxygen)

I am new to programming in general so I decided that I would start by making a simple vector class …

c++ cmake doxygen googletest
sh: dot: command not found + doxygen + Lion

MacOS version: 10.7.2 (Lion) Doxygen version: 1.7.5.1 Graphviz version: 2.29 Doxygen configuration: DOT_PATH = ../../../../Applications/Contents/MacOS/Graphviz HAVE_DOT = YES SHORT_NAMES = …

doxygen graphviz dot
How to document C++ templates and template metafunctions with doxygen?

Are there any guidelines on how C++ templates and template meta-functions should be documented with Doxygen? For example: /// @brief metafunction …

c++ templates doxygen
How to install Doxygen GUI on Ubuntu?

I can't figure out how to install the Doxygen GUI (doxywizard) on Ubuntu. Where can I get it?

doxygen doxywizard
Documenting functions in C++ with Doxygen

I've got a project that I'm using Doxygen to generate documentation for. The documentation of the classes is fine, but …

c++ doxygen non-member-functions
What are the new documentation commands available in Xcode 5?

One of Xcode 5's new features is the ability to document your own code with a special comment syntax. The …

objective-c documentation comments doxygen xcode5