HI Jim,
small adjustment / enhancement in respect to the "-d option" I meant
that the fortranscanner.l has to be translated using flex with the -d
option so I use in this case (after a touch of fortranscanner.l)
LEX="flex -d" with the make command.
For these debugging options see also the manual
(
Hi Jim,
Which version of Doxygen are you using?
These error messages come from a mismatch in the code so the parser
gets confused. The mentioned states of the FORTRAN scanner are:
• State SubprogBody = 4
• State ModuleBody = 10
• State ModuleBodyContains = 11
I have even seen cases where one file
Hi Jim,
Which version of Doxygen are you using ?
You are getting the erroe message from a larger cod base but seen the
example you give I have to assume that you get the error message also
from the short example.
I tried it with version 1.8.3.1 and I don't get the error message.
I used the standar
--! @dot
--! digraph example {
--! node [shape=record, fontname=Helvetica, fontsize=10,color="red"];
--! DataExtract [ label="Entity CDR_Top" URL="\ref CDR_Top"];
--! Serial_In -> Ser2Par;
--! Ser2Par -> DataExtract;
--! }
--! @enddot
see http://www.stack.nl/~dimitri/doxygen/manual/commands.ht