SHA256
8
0
forked from pool/doxygen

- 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
This commit is contained in:
2025-05-28 13:14:09 +00:00
committed by Git OBS Bridge
commit 2262774cc4
16 changed files with 2291 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
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);