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 676966 - Fortran: Source code display missing keywords
Fortran: Source code display missing keywords
Status: VERIFIED FIXED
Product: doxygen
Classification: Other
Component: general
1.8.1-SVN
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2012-05-28 13:45 UTC by albert
Modified: 2012-07-22 11:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
PATCH: correcting colors in source code output (4.58 KB, patch)
2012-05-28 13:51 UTC, albert
none Details | Review

Description albert 2012-05-28 13:45:19 UTC
In the source code display for Fortran there are a number of keywords that are missing like:
FORALL, ELSEWHERE
furthermore all flow related keywords are shown as "keywords" and not as "keywordflow"

Examples can easily be found by taking a source code and see what words are wrongly colored / not colored.
Comment 1 albert 2012-05-28 13:51:17 UTC
Created attachment 215128 [details] [review]
PATCH: correcting colors in source code output

In the attached pach a number of problems have been fixed.
- some missing keywords have been added
- flow quantities (like if, else, do) are now "keywordflow"
Comment 2 Dimitri van Heesch 2012-06-17 17:21:28 UTC
Thanks, I'll include the patch in the next subversion update.
Comment 3 Dimitri van Heesch 2012-07-12 15:41:55 UTC
This bug was previously marked ASSIGNED, which means it should be fixed in
doxygen version 1.8.1.2. 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-07-22 11:12:05 UTC
Works as described