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

Doxygen doesn't find m2cpp.pl

I'm try to use Doxygen for Matlab-Code with Doxywizard. For this I take a perl-filter from MatlabCentral. I set: FILTER_PATTERNS = *.m=m2cpp.pl The script put into the working directory. But Doxygen says: sh: 1: m2cpp.pl: not found I move…
Alex44
  • 3,597
  • 7
  • 39
  • 56
0
votes
1 answer

Problems with Doxygen and VB.NET

I tried both way described in Documenting Visual Basic with Doxygen to generate a documentation for a Visual Basic .NET project I have. But all that appears is just a page with 1 button "Main page". Could somebody of the experts tell me exactly…
MarcoBorn
  • 11
  • 3
0
votes
1 answer

Ordered lists in Doxygen comments from C# .NET comments

I've got some C# documentation comments that looks like this: /// /// Pre-Conditions: /// /// /// 1. The sky must be clear. /// /// /// 2. It must be night time. /// /// ///…
Becca Dee
  • 1,530
  • 1
  • 24
  • 51
0
votes
1 answer

Doxygen Linux "make install" error

I try to install doxygen on my linux 2.3.32. ./configure runs fine. But make install throws a error /usr/bin/install: call stat for "bin/doxywizard" not possible: file or directory not found In fact, there is no such a file. But how can I solve…
Manfred
  • 159
  • 5
  • 17
-1
votes
1 answer

INI file with doxygen

My requirement is to display the contents of INI file in plain text format using doxygen. INI configuration file contains key, value pair. eg. sample INI file [data configuration file] key=value Can anyone help to get the solution of above problem
1 2 3 4
5