Petr Gajdos
59026d1737
causes problem for lapack build for example; reverting one hunk of fix for https://bugzilla.gnome.org/show_bug.cgi?id=674563 as workaround * no-lowercase-man-names.patch OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=52
13 lines
507 B
Diff
13 lines
507 B
Diff
Index: doxygen-1.8.1/src/fortranscanner.l
|
|
===================================================================
|
|
--- doxygen-1.8.1.orig/src/fortranscanner.l
|
|
+++ doxygen-1.8.1/src/fortranscanner.l
|
|
@@ -1892,7 +1891,6 @@ static void initEntry()
|
|
*/
|
|
static void addCurrentEntry(int case_insens)
|
|
{
|
|
- if (case_insens) current->name = current->name.lower();
|
|
//printf("===Adding entry %s to %s\n", current->name.data(), current_root->name.data());
|
|
current_root->addSubEntry(current);
|
|
last_entry = current;
|