SHA256
8
0
forked from pool/doxygen

Accepting request 922839 from home:AndreasStieger:branches:devel:tools

doxygen 1.9.2

OBS-URL: https://build.opensuse.org/request/show/922839
OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=165
This commit is contained in:
2021-10-04 06:13:30 +00:00
committed by Git OBS Bridge
parent 40a746005c
commit fd8c72a9c9
7 changed files with 37 additions and 1452 deletions

View File

@@ -1,12 +1,12 @@
Index: doxygen-1.8.18/src/fortranscanner.l
Index: doxygen-1.9.2/src/fortranscanner.l
===================================================================
--- doxygen-1.8.18.orig/src/fortranscanner.l 2020-07-10 09:10:24.205905062 +0200
+++ doxygen-1.8.18/src/fortranscanner.l 2020-07-10 09:13:31.570972499 +0200
@@ -2357,7 +2357,6 @@ static void initEntry(yyscan_t yyscanner
--- doxygen-1.9.2.orig/src/fortranscanner.l
+++ doxygen-1.9.2/src/fortranscanner.l
@@ -2314,7 +2314,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", yyextra->current->name.data(), yyextra->current_root->name.data());
//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);