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 copydoc tag to reuse code examples

I want to reuse a block of example code using the \copydoc tag. To explain the problem. Let's say I …

doxygen reusability
doxygen is generating empty documentation

I have a source repository in C++ (and some CUDA), which I want to doxygenate. I've added doxygen comments to …

c++ doxygen code-documentation
How can I hide a particular function (in c++) in doxygen?

I have a class which has may functions and i want to hide a particular function. For example class Test { /** * …

c++ doxygen
Doxygen: how to describe class member variables in php?

I'm trying to use doxygen to parse php code into xml output. Doxygen does not parse description of class member …

php variables doxygen
How to get doxygen to run faster?

Doxygen is a bit slow - it takes about a couple of minutes to process my whole project, so for …

build-process doxygen
How do i remove the source path in doxygen

I am using doxygen to generate a chm document for my header files. I have a problem in removing the …

doxygen doxywizard
Doxygen alternative for Verilog, SystemVerilog?

Project "doxverilog" is not supported more, author's site is not responding. Project http://intelligentdv.com/downloads/index.html#doxygentools works …

verilog doxygen fpga system-verilog asic
Do Doxygen config files support variables?

For instance I set the source code path as c:\code\testapp\src. Is this then available as a var …

doxygen