GNOME Bugzilla – Bug 676966
Fortran: Source code display missing keywords
Last modified: 2012-07-22 11:12:05 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.
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"
Thanks, I'll include the patch in the next subversion update.
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.
Works as described