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.
0
votes
1answer
8 views
Custom Doxygen Translations
I'm using Doxygen to build online "user documentation" for an application that supports simple Lua scripting of it's internal functions.
The application has the concepts of objects, properties and ...
0
votes
0answers
11 views
adding Doxygen plugin to qtcreator in linux
I want to add Doxygen plugin to QtCreator.
I am using QtCreator 2.5.2 in ubuntu 12.10 and the latest Doxygen version for QT is 2.4.0.
I've changed the doxygen.pluginspec file to get rid of version ...
0
votes
0answers
33 views
Doxygen and Matlab
i am trying to use Doxygen to make the documentation for my matlab code, so in the log the following warning is shown:
"C:\DoxygenMatlab\m2cpp" it doesnt recognise like a in or out command, program or ...
0
votes
1answer
24 views
Doxygen Alias to Ignore Line
In an effort to adapt a company-wide header format to doxygen, I would like to create some custom tags that will be ignored by doxygen. I think I can do this with an alias, but so far have only been ...
0
votes
1answer
20 views
Doxygen including trailing slashes after one line @brief comment
I'm documenting my code using long sets of slashes to make them stand out in the code.
//////////////////////////////////////////////////////////////////////
/// @brief This is a simple test struct.
...
1
vote
0answers
20 views
doxygen objective c uml associations for non-public associations with class extensions
Doxygen version 1.8.3.1-20130209
Love using Doxygen to generate class diagrams, etc. Just ran it against some Objective C that has some class extensions with @property declarations using other ...
0
votes
0answers
46 views
doxygen error state 21 with fortran code
I was searching the web for help and didn't find any. Thats why I thought it might be a good idea to document my problem here.
I had the following problem while documenting a really old (15-20 years) ...
0
votes
0answers
14 views
Doxygen generate UML hierarchy - missing image files
I'm trying to generate UML hierarchy for my Java project but when I run doxygen, only .dot files are generated and the images are missing in the documentation (they are in the documentation but the ...
0
votes
0answers
18 views
How to remove package prefixes when generating CHM with doxygen?
I have generated CHM for ANTL4 with doxygen and got the following
As you see TOC is uncomfortable to read. Is it possible to generate classlist TOC as it done in standard javadoc, i.e. classnames ...
1
vote
0answers
22 views
Reduce doxygen PDF index depth + remove extra indices
Is it possible to reduce the depth of the index created by doxygen for a latex PDF?
E.G. Currently doxygen creates an index in the PDF that is 4 levels deep: file name - documentation type - ...
0
votes
1answer
36 views
doxygen not listing functions in nested namespaces
I'm documenting my code and can't make doxygen to pick up
functions inside nested namespaces.
Googling around i didn't see anyone facing this problem, sorry if a duplicate.
namespace n1 {
/*! ...
0
votes
1answer
23 views
Multiple Doxygen \relatedalso
Let's say we have
class A
{ ... };
class B
{ ... };
class C
{ ... };
and let's say we have a free-function like
C operator*(A, B)
{ .... }
Is there a way to make operator* to appear in the ...
1
vote
1answer
17 views
How to generate .dox files?
I would like to generate a documentation for my source code using Doxygen. I have a readymade script for that that use Doxygen. The command to generate that is :
call "%doxygen%" %%f.dox > ...
1
vote
0answers
23 views
How to diagnose errors in LaTeX generated by Doxygen 1.8.x: LT@LL@FM@cr
I've been using Doxygen successfully to generate PDF documentation for a sizable Fortran 90 project since v1.6. After a recent upgrade to Doxygen 1.8, pdflatex is choking with an error I can't ...
4
votes
1answer
89 views
How to document C# projects/assemblies with XML comments and Doxygen?
I have a C# code base with XML comments and (owing to this site) discovered that Doxygen can easily generate turn code and comments into HTML and PDF documentation So I know how to document classes ...
0
votes
1answer
38 views
Doxygen document possible parameter values
Currently my C-code function declaration is documented as follows
/** Some fubar function
*@param[in] val1 the first input variable
*@param[in] val2 the second input variable
*/
void ...
0
votes
1answer
24 views
Doxygen documentation after members - malfunction cause formatting as code fragment?
I'm running doxygen 1.8.3.1 under SLED 10.4 (linux), and am trying to document a C header file which contains structs similar to the following:
/** Test struct definition */
typedef struct
{
int ...
0
votes
1answer
29 views
Can Doxygen escape HTML tags?
I want to include a literal HTML element in a Doxygen comment. Something like this:
/// This function skips all <li> elements
If I write it like that, the <li> is passed to the HTML ...
0
votes
1answer
25 views
Adding 'reference tables' to Doxygen
In my C++ application I have about 10 different classes that define certain 'behaviors' (let's call them A, B, C, ...). Other places (methods) in the code might use these behaviors in any ...
1
vote
0answers
89 views
Delphi Pas2Dox + Doxygen
I am using Delphi and I need to prepare some documentation. One of possible solutions to that is to use Doxygen with Pas2Dox filter.
I am currently using pas2dox-0.50rc1.exe filter and Doxygen wizard ...
0
votes
2answers
51 views
Doxygen documenting commented #define
Hi I'm new to Doxygen and recently run into a problem which I could not solve.
I have this piece of documented code:
/*!
\def nAsserts
Uncomment that line so that all asserts would be removed
...
0
votes
0answers
19 views
Documenting enums with structural commands (doxygen)
Generally, when you're documenting code using Doxygen, you place the comments directly before or after whatever it is you're documenting. However, I am now working with some code that uses structural ...
0
votes
0answers
26 views
Make Doxygen run make pdf
Is it possible to configure, or otherwise make, doxygen to run the pdf make file?
Im using eclox to run doxy from eclipse with ghostscript and miktex
So if this is possible the hoped for result ...
0
votes
2answers
94 views
Remove “generated by doxygen” and timestamp in PDF
As the title. I've just started using doxygen, with the first test run I noticed the PDF created has "created by doxygen 1.8.3.1" followed by the date and time, across the front page.
Is it possible ...
0
votes
1answer
34 views
How to get man page output for the main page?
Doxygen lets you produce man page output, but as far as I can tell it only generates man pages for the actual code (functions, classes, etc). I have a great deal of information, such as examples, in ...
0
votes
0answers
22 views
HTML_EXTRA_STYLESHEET setting in doxygen config file
I was using doxygen 1.7.6.1 (which seems to be the latest version available in a deb package available to Ubuntu), and it didn't seem to support the configuration file setting HTML_EXTRA_STYLESHEET ...
0
votes
0answers
21 views
documenting (template class) requirements using doxygen
I would like to document the requirements for our template classes using doxygen (as found in the standard, like CopyConstructible or Boost.ASIO MutableBufferSequence).
I started with an additional ...
1
vote
0answers
49 views
How to automatically extract the software architecture of a Javascript program?
Usually, when I try to know more about a program based on its sources, I try to run doxygen on it and to extract the documentation and the global architecture of it (class hierarchy, modules, ...
0
votes
0answers
14 views
Doxygen - using doxygen with gswin64c.exe
Where do I configure doxygen to use the 64-bit verions of ghostscript? It seems by default doxygen calls for gswin32c.exe rather than gswin64c.exe.
Thank you.
0
votes
0answers
35 views
Doxygen - Defining CSS et JavaScript dependencies of a PHP view in doxygen blocks
I have several views, one per PHP file. I would like in the Doxygen documentation of each file to indicate what are the dependencies of the view. Is there some kind of @dependency or @dependencies tag ...
0
votes
0answers
16 views
How does Doxygen's GROUP_GRAPHS option work?
The Doxywizard lists a GROUP_GRAPHS option that supposedly shows group dependencies, which sounds very useful for visualizing module interaction. However I can't seem to get it to work.
Here's my ...
0
votes
1answer
34 views
Doxygen how to avoid line break spacing
How is it possible if I want to force a new line break via <br> or \n in doxygen to avoid the line spacing, e.g. for an address?
0
votes
0answers
20 views
Doxygen xml output and diagrams/images
Is there a way in Doxygen to generate XML ouput with class diagrams? Images would be generated along the xml files and references to these images would be in those xml files.
Thanks for your help!
0
votes
1answer
38 views
Doxygen grouping variables from inside the function
I've been reading very careful about grouing and ingroup command. It states that "Members of a group can be files, namespaces, classes, functions, variables, enums, typedefs, and defines, but also ...
-1
votes
1answer
35 views
Generate documentation doxygen style without commenting code
I am looking for a way to create documentation pages in a similar style to Doxygen but I don't want to have to put the documentation into my code as comments. The optimal way would be to instead ...
0
votes
0answers
26 views
Doxygen : End of list marker found without any preceding list items
First of all i want to apology about my bad expression language.
I use the very good Doxygen to comment my source code. I correct all, but i got a last problem (doxygen-1.8.3.1). I extract part of an ...
0
votes
0answers
47 views
How to use Doxygen from command line with relative paths in configuration file?
I have a problem creating the documentation for a doxygen configuration file. I call the config file with this command: doxygen "%~dp0doc\pdf_user\DSCTest2Certificate_user.doxyfile". The path returned ...
0
votes
2answers
32 views
doxygen shows only one documentation in fortran
I have a sample fortran code I would like to show here:
SUBROUTINE CALHEAT(ISTL_)
! DESCRIPTION:
!! @ details
!> Subroutine CALHEAT takes the information from the atmospheric boundary
...
0
votes
1answer
21 views
How to reference to member group in doxygen
I have found how to give a group of class members a name:
/**\{
\name Foo
*/
members
/**
\}*/
, but how do I reference to Foo from other class members?
0
votes
1answer
35 views
Doxygen: How to create extra class docs outside of source code?
I'd like to add verbose information about my core classes without embedding it all above those classes in the source file.
For instance, I'd like to create a separate file with voluminous info about ...
0
votes
1answer
36 views
Add defined value in Doxygen documentation
I use Doxygen to document my code, but i can't find how to add the #define value in the documentation.
i try this found her:
/**
* @brief test
*/
#define definedValue @"aValue"
1
vote
0answers
27 views
Doxygen generated Latex Files , Usage of LATEX_HEADER & INPUT tags
I tried to generate Latex Files with Doxygen. I used "INPUT" tag to get ".h" file and LATEX_HEADER to customise to my own HEADER. Problem is Integration of both Files. It is giving many Compilation ...
0
votes
0answers
80 views
How to specify image size in HTML Doxygen?
I am trying to manually specify the image size in the HTML generated by Doxygen. However, as I read in the documentation, this can only happen if using LaTeX output. Anybody here knows any workaround?
...
1
vote
0answers
58 views
Document C in Doxygen despite usage of macros?
I have macros in C source files that generate function declarations as well as for structures.
I made the decision to use doxygen in order to document them, but as long as my source file does not ...
0
votes
0answers
29 views
doxygen heading strings on Mac OS v. Linux
I notice that when you run doxygen on Mac OS, you get different heading strings than when run on Linux. For example:
On Linux you get: "Public Member Functions"
On Mac OS you get: "Instance ...
2
votes
1answer
56 views
How to make doxygen ignore the first line of a Python script?
I have a docstring in the beginning of a Python script that Doxygen parses perfectly. However, if I add #!/usr/bin/env python in the beginning of the file (to make the script executable), the entire ...
0
votes
0answers
12 views
Doxygen parsing properties formatted like [id(5)] boolean FontBold;
Doxygen shows every other entry. This sample was copied from a Microsoft Help File, so it's valid. I tried with and without EXTENSION_MAPPING = odl=Idl. I tried many different releases of doxygen. ...
2
votes
1answer
59 views
Generated DocSet causes Xcode 4.6 crash
I currently use Xcode 4.6.
I wrote a script in order to generate HTML and DocSet documentation (XCode Run Script).
My script work like a charm. I'm able to access HTML documentation and also
(re)load ...
0
votes
1answer
34 views
HOw to Link to a specific section in a external Doxygen html file?
Lets say i have a section in a doxygen page "page_Examples" called \section_Example. Is it possible to link directaly to that section?
Linking to the page is done like \link page_Examples Examples ...
0
votes
1answer
30 views
How to get Doxygen to ignore indentation but still create ref links?
C code. Doxygen 1.8.3.
Some files start with large documentation blocks. Most users will read those multi-paragraph comments directly from the code files. Thus, indentation is important for clarity.
...


