Hi,
Right now you can show all inherited methods of a class or hide them with some
setting in DOXYFILE.
If you hide them then you have one shutter per mother class… and to show all
inherited you need to click on all shutters...
Is there a way to show/hide all inherited methods with just one clic
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