> Is it possible for Doxygen to use a Latex2html converter as a preprocessor
> if I define the converter as input_filter?
I think you have to use FILTER_PATTERNS *.html=latex2html, but I
haven't tried this.
> My LaTex files are simple use cases. I have used the converter at
> command prompt to se
I am getting errors like the following when doxygen parses my F90 files:
Error in file /home/jedwards/pio/pio_trunk/pio/box_rearrange.F90 line:
3638, state: 11
I think that I've just traced the problem to the use of cpp macros in my
file to conditionally include source.
so for example I have som
What do these mean?
Error in file /home/jedwards/pio/pio_trunk/pio/box_rearrange.F90 line:
3638, state: 11
*
Hi,
I installed doxygen and graphviz to be able to document my vhdl project.
As long as I stick with plain text documentation, everythings seems to work as
expected. But when I start to add a @dot command, I can't see the graph on my
HTML or RTF documentation.
what can be wrong, or can somebody