Questions tagged [doxywizard]

a GUI front-end for configuring and running doxygen.

Doxywizard is a graphical user interface (GUI) front-end for configuring and running , a documentation generation system. Usage instructions may be found in the Doxywizard usage section of the doxygen manual.

65 questions
0
votes
1 answer

Illegal alias format `ALIASES '

I added below codes into doxywizard ALIASES but I get error. How can I solve this? ALIASES += global_START="
Globals
" ALIASES += global_{2}="
\1:…
mathco
  • 107
  • 11
0
votes
0 answers

error while opening CHM after compiling help using doxygen

I am recently getting the following error while opening CHM file generated by Doxywizard version 1.8.16. On a Win 7 m/c, I get the following error on all pages: '$' is undefined for every page. it comes from the following line in…
user62039
  • 371
  • 2
  • 15
0
votes
0 answers

Personalize a title: Square + center + Huge size

The Doxygen don't say anything about the creation of a particular title (or even change de the size of a simple text... lame). My search are surprisingly infructuous about this simple task: I search a way to put a bigger title on the main page. This…
Batfly
  • 13
  • 6
0
votes
1 answer

Doxywizard cannot find latex

When I attempt to run doxywizard on a module with commands for LaTeX, e.g. (Fortran): !> @brief !> Here's some stuff for LaTeX: @f$(Foo)@f$ module Foo ... I get two errors in the log file: ... Generating bitmaps for formulas in HTML... sh: latex:…
DavidH
  • 415
  • 4
  • 21
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

How can we edit generated config file with my project specific parameters in Doxygen using command line?

Here I have attached my batch file.Doxyfile_HV is my config file and in that I only need to change PROJECT_NUMBER. But this doesn't work for me. @echo off setLocal enabledelayedexpansion ( type Doxyfile_HV & echo PROJECT_NUMBER=1.1.1 ) |…
Meera
  • 57
  • 2
  • 11
0
votes
1 answer

Objective-C, Doxygen and how to show AppKit classes in documentation

I am looking to include AppKit classes in inheritance information. For example, if I have SuperWindowController and it inherits from NSWindowController, then I would like that mentioned in the generated HTML files. In my case, I am actually more…
westsider
  • 4,967
  • 5
  • 36
  • 51
0
votes
1 answer

How do I document functions with return type of struct properly using doxywizard?

Although I have looked everywhere I think I possibly could to find my answer, I have not been able to figure out how to correctly document the function "struct Entity * NewEntity()" so that it appears documented when doxywizard runs. It just keeps…
0
votes
0 answers

How to use doxygen to create documentation for my config file in my project repository on Windows?

I have been working on my project and have done the documentation using the doxygen. Now I want to run the doxygen using the [doxygen doxygen.config] command on the windows terminal, but it says that the doxygen command is not found. I been used to…
Laura Smith
  • 293
  • 3
  • 13
0
votes
1 answer

Doxywizard error : There is not enough memory available for this task

Though I have enough memory(RAM -> ~3.5 GB and Hard Disk - > 60 GB) I am still getting this error again and again while creating chm file using DoxyWizard. Is there any setting I need to do to fix this? Even if I do this from the html help…
Raulp
  • 7,758
  • 20
  • 93
  • 155
0
votes
1 answer

Doxygen NetBeans

I have installed this plugin to the NetBeans http://plugins.netbeans.org/plugin/14326/doxygen-integration And when I press Create Doxygen it appears this message error The preferences of Doxygen plugin are not set Anyone know what it means?
user3671361
  • 175
  • 4
  • 15
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
1 answer

Tree-View LINKING in Doxygen

In DOXYGEN, initially before Generate_TreeView is checked (i.e, when disabled), when I click on the side function choosing pane, I get the correct documentation of the function. But after Generate_TreeView is checked and when clicked on any function…
Avinesh
  • 584
  • 3
  • 13
  • 31
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
1 answer

Doxygen OS X app crashes on launch (10.6.8)

Has anyone successfully launched Doxygen 1.8.7 on Snow Leopard 10.6.8? After following the simple "drag-to-applications-folder" installation, double-clicking causes the app to immediately crash (in DoxyWizard?) with no backtrace: Process: …
SMGreenfield
  • 1,680
  • 19
  • 35