SHA256
8
0
forked from pool/doxygen
Files
doxygen/doxygen-no-lowercase-man-names.patch
Petr Gajdos 2262774cc4 - update to 1.14.0
* HTML output has gotten a fresh, more modern look. It makes
    better use of CSS and uses fewer bitmaps.
  * Added page outline navigation panel to the HTML output
  * Added new layout option: full height side bar + navigation tabs
  * Improved flexibility of `\cite` command
  * Support for Plus sign code fence directives - GitHub flavor

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=219
2025-05-28 13:14:09 +00:00

13 lines
685 B
Diff

Index: doxygen-1.10.0/src/fortranscanner.l
===================================================================
--- doxygen-1.10.0.orig/src/fortranscanner.l
+++ doxygen-1.10.0/src/fortranscanner.l
@@ -2697,7 +2697,6 @@ static void initEntry(yyscan_t yyscanner
static void addCurrentEntry(yyscan_t yyscanner,bool case_insens)
{
struct yyguts_t *yyg = (struct yyguts_t*)yyscanner;
- if (case_insens) yyextra->current->name = yyextra->current->name.lower();
//printf("===Adding entry %s to %s\n", qPrint(yyextra->current->name), qPrint(yyextra->current_root->name));
yyextra->last_entry = yyextra->current;
yyextra->current_root->moveToSubEntryAndRefresh(yyextra->current);