Re: [Doxygen-users] fortran doxygen state errors

2013-03-16 Thread Albert
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 (

Re: [Doxygen-users] fortran doxygen state errors

2013-03-16 Thread Albert
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

Re: [Doxygen-users] fortran questions

2013-03-16 Thread Albert
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

Re: [Doxygen-users] Doxygen with Graphviz to document VHDL files

2013-03-16 Thread mkk
--! @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