After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 683284 - Fortran: no replacement of ALIAS in !! and !< comment
Fortran: no replacement of ALIAS in !! and !< comment
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.1.2-SVN
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2012-09-03 17:10 UTC by albert
Modified: 2012-12-31 17:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
PATCH: alias substitution in !! and !< commen (773 bytes, patch)
2012-09-03 17:13 UTC, albert
none Details | Review

Description albert 2012-09-03 17:10:17 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".
Comment 1 albert 2012-09-03 17:13:17 UTC
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.
Comment 2 Dimitri van Heesch 2012-10-07 14:43:10 UTC
Confirmed. Should be fixed in the next subversion update.
Comment 3 Dimitri van Heesch 2012-12-26 16:09:15 UTC
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.
Comment 4 albert 2012-12-31 17:28:30 UTC
Code is in and works