Questions tagged [doxygen-wizard]
69 questions
0
votes
1 answer
Generate Source Code for specific file using Doxygen
Setting SOURCE_BROWSER = TRUE show source code for all files.
Is it possible to show source of specific file?
Or enable \ref or equivalent using SOURCE_BROWSER = FALSE
Or remove source code for specifics files if SOURCE_BROWSER = TRUE
Or equivalent

Cobaia
- 1,503
- 3
- 22
- 41
0
votes
2 answers
Doxygen, generate only callgraph
I tried Doxygen on a sample project from GIT. I was able to create documentation with navigation panel but I need doxygen to generate only the callgraph. Is is possible to do this?

Dinesh
- 1,825
- 5
- 31
- 40
0
votes
1 answer
Cannot generate doxygen chm/html output from source code
I am unable to generate chm/html output from Doxygen 1.8.6. I want to generate the method descriptions listed in a cpp file given below. I've included the file in the doxygen config file in the INPUT tag. All I want my output to show the methods in…

user3350816
- 1
- 1
0
votes
1 answer
How to reference only the used classes in Doxygen documentation
I have a solution that has 10 projects.
One of them is the primary project that contains ONLY one class with 2-3 functions.
These functions are using 4 classes that exist in 2 other projects in the solution.
I want to be able to make documentation…

e4rthdog
- 5,103
- 4
- 40
- 89
0
votes
1 answer
Why Objective C language option is not found in Doxygen GUI?
I am trying to use Doxygen GUI for generating the documentations for my iPhone project. In that there is an option as "select programming language to optimize results for". In this option I can't find the Objective C option. When I run the oxygen,…

Easwaramoorthy Kanagaraj
- 3,925
- 8
- 36
- 62
0
votes
1 answer
Documenting class extension in objective c using doxygen
I have an objective-C class with a class extension in the implementation file. This class extension contains a property. When I run doxygen, in the output I don't see the property that was declared in the class extension. I only see the properties…

mikemeli
- 725
- 11
- 24
0
votes
1 answer
Doxygen : how to strip eu.mycompany from the package names
I've already look at this post but I still don't understand how to just keep a certain part of the package hierachy to display the class names (working under Windows)?

Alain BUFERNE
- 2,016
- 3
- 26
- 37
-1
votes
1 answer
Doxywizard Equivaelent for Windows OS
I have been using doxywizard ubuntu since long and I know it can run on MACos as well but does anyone really know its equivalent in the Windows OS. There is no build repository on Github for Windows.
And if the answer is no please suggest any other…

Piyush Bhuva
- 1
- 4
-2
votes
1 answer
Doxygen not generating documentation for internal C# functions
I developed a Registry function "class" for Ketarin, and I'm using Doxygen for Windows to doc it.
When I build the documentation (using Doxywizard) following the tutorial on: http://www.tech-coder.com/2016/12/generate-html-documentation-using.html…

eduardomozart
- 1,444
- 15
- 14