forked from pool/doxygen
- deleted patches
- doxygen-no-lowercase-man-names.patch (not needed) OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=188
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
Index: doxygen-1.9.7/src/fortranscanner.l
|
||||
===================================================================
|
||||
--- doxygen-1.9.7.orig/src/fortranscanner.l
|
||||
+++ doxygen-1.9.7/src/fortranscanner.l
|
||||
@@ -2657,7 +2657,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);
|
Reference in New Issue
Block a user