Hi,

Does doxygen support Fortran generic interfaces?

I have tested the following file using 1.8.3.1 but the documentation produced 
is not really correct.
I would expect just two documented subroutines, both called sub.

> \addtogroup test
!! Testing
!!@{

!>
!! Generic interface
     interface sub
!>
!! Integer
!!
!! \param[in] i Integer value
         subroutine sub_i (i)
           integer, intent(in) :: i
         end subroutine sub_i
!>
!! Real
!!
!! \param[in] r Real value
         subroutine sub_r (r)
           real, intent(in) :: r
         end subroutine sub_r
      end interface sub
!>@}

Here is the produced documentation.

[cid:image001.png@01CDF95B.E3308380]
Thanks for any guidance on this.

Regards,
Lee

<<inline: image001.png>>

------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnnow-d2d
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to