Questions tagged [doxygen-wizard]

69 questions
0
votes
1 answer

Doxygen Seperate Inc/ and Src/ file problem

My project folder name is MyDoxy I have separate file system that is MyDoxy/Src/ and MyDoxy/Inc/ folder and they have some .c and .h files. main.cpp in the Src/ folder. When I generate the Doxygen.txt file in the MyDoxy file path. It doesn't…
mathco
  • 107
  • 11
0
votes
1 answer

Documenting namepaces in Doxygen

I'm starting documenting all of my code with doxygen. I´ve no problem with file documentation but i runinto a small problem when generating documentation for several files. For example: In some header files (I´m using only C/C++ code projects) i…
0
votes
1 answer

How to fix problems with russian text encoding in rtf output file in Doxygen?

My code contains comments in Russian, and when Doxygen is used to create documentation, it has text such as: Classes •class Rack Стойка Ñ Ñ€Ð°Ð¼ÐºÐ°Ð¼Ð¸
auerbah
  • 11
  • 1
0
votes
0 answers

Configure Doxygen to Generate Separate documentation for separate root folders

I have multiple applications in one folder. I want to generate separate doxygen documentation for every top folder. root-folder -- test-app -- myapp_1 -- myapp_2 I want to generate doxygen documentation for all three in one run but to place…
bcu
  • 11
  • 4
0
votes
0 answers

Can I use "PROJECT_NAME" in a Doxygen Doxyfile?

I have to specify the location of a tool to Doxygen, something like this in a Doxyfile: TOOL_PATH = ../${PROJECT_NAME}/Third-party/tool.jar where PROJECT_NAME is a Doxygen variable. The ${} syntax is not accepted, I also tried with $, @ and %, but…
Pietro
  • 12,086
  • 26
  • 100
  • 193
0
votes
1 answer

DoxyWizard appearance: how to get everything bigger

How can I change the DoxyWizard appearance in order to have everything bigger?: bigger menu items, bigger text in the text window, etc.
Antonio Serrano
  • 385
  • 2
  • 15
0
votes
1 answer

Missing Javadoc style comments in generated Doxygen documentation

I'm struggling to get my code comments to appear in Doxygen's generated documentation. I've been using the Doxygen wizard and the C language. Here's an example comment: /** * Takes string formatted plugin information and processes it. * @param…
0
votes
1 answer

Two README files, Doxygen picks the wrong one

Project structure: Project root Doxyfile1 Doxyfile2 README.md Subdir README.md Doxyfile1 is for internal documentation, Doxyfile2 if for end-user documentation. Doxyfile1 documents the whole project, Doxyfile2 documents Subdir…
Pietro
  • 12,086
  • 26
  • 100
  • 193
0
votes
1 answer

How to define an image which is a link in markdown so it will be parsed by doxygen

I have a markdown file which has an image which is also a link with this syntax : [ ![image caption] (http://image-path) ] (https://when-the-image-is-clicked-get-here) I'm using USE_MDFILE_AS_MAINPAGE from doxygen to show my MD file as the main…
Eldar
  • 149
  • 2
  • 12
0
votes
3 answers

bug with call function with Doxygen (Windows platform and C++ code)

I notice some bugs with Doxygen. Indeed when I run the html documentation with call function, some calling functions are not represented in the graph and are not linked in the code. This problem occurs when functions are called by a vector of class…
0
votes
1 answer

Compiling Doxygen from Sources on Windows

I am compiling the doxygen on window from the sources and I have followed this link -> http://www.doxygen.nl/manual/install.html#install_src_windows. I have done the necessary requirements for installation but I get this error in the root folder…
Raulp
  • 7,758
  • 20
  • 93
  • 155
0
votes
1 answer

How to include two or more Topics in the Same Page

I am trying to make doxygen documentation using doxywizard and then fine tuning using HTML Help Workshop. I wanted to create two Topics under the root and both pointing to different section in a same Page. I can use add Topic and can add two listing…
Raulp
  • 7,758
  • 20
  • 93
  • 155
0
votes
1 answer

using doxygen for java with Doxywizard

Doxywizard Doxygen not scanning the packages for java files Need help on Doxygen/Doxywizard These are my Doxywizard settings: Working directory from where doxygen will run: C:/Program Files/doxygen In 'Wizard' tab, the below values are…
spiderman
  • 10,892
  • 12
  • 50
  • 84
0
votes
0 answers

Using doxygen to generate documentation for iOS Project

I am using Doxygen to create documentation for my iOS application. I followed the syntax specified by Doxygen to add documentation related to Class, methods, variables etc and completed the task for all the .h and .m files. Now I'm using Doxygen…
Satyam
  • 15,493
  • 31
  • 131
  • 244
0
votes
0 answers

Building Doxygen with clang and doxywizard

Because of my project I need to install this specific version of doxygen. I am trying to install doxygen(1.8.5) with the flag's --with-libclang --with-doxywizard The error's I get for libclang : g++ -c -pipe -fno-exceptions -fno-rtti…
DOOM
  • 1,170
  • 6
  • 20