Hi, I have an entire FORTRAN file which I want to add to a group. So what I did was
!> @ingroup G !! @{ !> subroutine doc module x !> subroutine doc subroutine xx end subroutine xx !> subroutine doc subroutine xy end subroutine xy end module x !> subroutine doc subroutine y end subroutine y !> subroutine doc subroutine z end subroutine z !> @} The group G is defined in another file. However when I generate the doxygen pages, only the module x and its subroutines end up being in the group G. Subroutines y and z are missing. Most routines have an @internal tag by the way but my config file is set up so that it also generates the documentation of those routines. What am I doing wrong? Regards, Fabian. ------------------------------------------------------------------------------ Mobile security can be enabling, not merely restricting. Employees who bring their own devices (BYOD) to work are irked by the imposition of MDM restrictions. Mobile Device Manager Plus allows you to control only the apps on BYO-devices by containerizing them, leaving personal data untouched! https://ad.doubleclick.net/ddm/clk/304595813;131938128;j _______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users