GNOME Bugzilla – Bug 683284
Fortran: no replacement of ALIAS in !! and !< comment
Last modified: 2012-12-31 17:28:30 UTC
In case of the following Fortran module: module test !> Documentation of var in front \own_alias help1 integer :: front !> Documentation of var in front \own_alias help11 !! Continuation line \own_alias help12 integer :: front2 integer :: inline !< Documentation of var inline \own_alias help2 end and the line: ALIASES = "own_alias=@b " in Doxyfile, The \own_alias in front of help12 and help2 is not recognized and thus not replaced by the "\b".
Created attachment 223350 [details] [review] PATCH: alias substitution in !! and !< commen The Doxygen-Fortran comments!! and !< have been added so alias substitution is also done in these cases.
Confirmed. Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.3. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.
Code is in and works