Dear Joerg,

A bit of an old message , had to dig for the original mail, but it is still
relevant.
The problem here is that there is no begin (SUBROUTINE, FUNCTION, MODULE,
PROGRAM) and end statement it is, mot of the times, just a bunch of
declarations. The inc files are coming from the older Fortran versions
where there were no modules  available.
By chance I had a small thought about it. For Programs (the main program is
possible without program statement, the end statement though is mandatory)
I implemented a while ago that in case the program statement is missing I
create a dummy program statement with a name like (by head)__<file_name>__
For include files, well actually for files without begin and end statement
I was thinking about something similar, defining a module with name
__anonymous_<file_name>__
problem is that one only knows if it was an include file when the entire
file has been read.
This problem is on my list, with a lot of other Fortran / doxygen problems.

Albert


On Thu, Oct 10, 2013 at 12:13 PM, Jörg Sichermann <
joerg.sicherm...@fgh-ma.de> wrote:

> Dear Albert,
>
> I see the same error running Doxygen 1.8.5
> I saw the date of our message ( year 2010 ) - Does exist a solution now?
>
> Best Regards,
> Joerg
>
>
>
> --
> View this message in context:
> http://doxygen.10944.n7.nabble.com/Problem-documenting-Fortran-include-file-tp3694p6325.html
> Sent from the Doxygen - Users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
> from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
> _______________________________________________
> Doxygen-users mailing list
> Doxygen-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/doxygen-users
>
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to