Re: [Doxygen-users] Comment block AFTER declaration in Fortran
Brought to you by:
dimitri
From: Albert <alb...@gm...> - 2015-03-12 18:47:34
|
Dear Petr, Currently there is no way to use the !< for the purpose you describe (interesting thought though). As far as I know a !> block will work (in most cases) provided it is not direct before an argument (as this will be seen as documentation for the argument). Albert On Thu, Mar 12, 2015 at 2:57 PM, Petr Parik <pet...@se...> wrote: > Hi, > > how do I put the comment block after module/subroutine/function > declaration in Fortran? I tried > > SUBROUTINE FOO > !< description of FOO > > but it does not work. For arguments and variables the "after" comment > block works fine. I simply need to hide the bulky comment blocks inside > subroutines to keep the code readable when collapsing the outlines in > Visual Studio. > > Thanks for any help, > > Petr Parik > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs > to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Doxygen-users mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-users > |