[Doxygen-users] Comment block AFTER declaration in Fortran
Brought to you by:
dimitri
From: Petr P. <pet...@se...> - 2015-03-12 13:57:59
|
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 |