doxygen/doxygen-no-lowercase-man-names.patch
Petr Gajdos d0305f5e09 - reintroduce useful reproducible.patch
- modified patches
  % doxygen-no-lowercase-man-names.patch (refreshed)
- added patches
  + reproducible.patch

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=203
2024-01-22 11:18: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);