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.

Doxygen vs Javadoc

I just realized from an article in CACM that Doxygen works with Java (and several other languages) too. But Java …

java maven-2 documentation doxygen
Documenting preprocessor defines in Doxygen

Is it possible to document preprocessor defines in Doxygen? I expected to be able to do it just like a …

c++ c-preprocessor doxygen
how to change default font size for graphviz?

I use doxygen + graphviz for documenting my code. graphviz does a nice job of generating images. Is there any way …

doxygen graphviz
What's the right way to reference a parameter in Doxygen?

I have the following Doxygen documentation for a function: /** @brief Does interesting things @param[in] pfirst The first parameter: a …

doxygen
Doxygen: hiding private/protected method...and tips

I am using Doxygen to generate documentation for our API, written in C#. However, it exposes private/protected members. Is …

c# documentation doxygen
Use the README.md file as main page in Doxygen

The documentation of Doxygen states, that I can use PHP Markdown Extra title labelling in a markdown file, but neither # …

markdown doxygen doxywizard
Documenting Macro Functions in C++ with Doxygen

How do I document a macro function in C++ using Doxygen, and refer to it in the documentation of my …

c++ macros doxygen
Excluding directories for Doxygen

I want Doxygen to ignore, bypass, not search the following directories of my project: */.svn/* */docs/* */Properties/* */bin/* According to …

doxygen
Doxygen @param direction arguments [in],[out],[in,out] example output

The optional direction argument for the @param command is documented here as one of the following: @param[in] @param[out] @…

c++ output doxygen
Generate JavaScript documentation with Doxygen

I use PHP and JavaScript in my project, which I entirely code with netbeans 7.0.1. I really like how netbeans includes …

javascript documentation doxygen