SHA256
8
0
forked from pool/doxygen

- updated to 1.8.5:

* Added SOURCE_TOOLTIPS option for advanced tooltip support while 
    source browsing. 
  * bugfixes

- updated to 1.8.5:
  * Added SOURCE_TOOLTIPS option for advanced tooltip support while
    source browsing.
  * bugfixes

OBS-URL: https://build.opensuse.org/package/show/devel:tools/doxygen?expand=0&rev=67
This commit is contained in:
2013-08-26 08:51:56 +00:00
committed by Git OBS Bridge
parent 8636afea54
commit a3b55fd7f9
12 changed files with 38 additions and 48 deletions

View File

@@ -2,12 +2,15 @@ Index: src/configoptions.cpp
===================================================================
--- src/configoptions.cpp.orig
+++ src/configoptions.cpp
@@ -1146,7 +1155,7 @@ void addConfigOptions(Config *cfg)
"If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML\n"
"page will contain the date and time when the page was generated. Setting\n"
"this to NO can help when comparing the output of multiple runs.",
- TRUE
+ FALSE
);
@@ -1497,9 +1497,9 @@ void addConfigOptions(Config *cfg)
"If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML\n"
"page will contain the date and time when the page was generated. Setting this\n"
"to NO can help when comparing the output of multiple runs.\n"
- "The default value is: YES.\n"
+ "The default value is: NO.\n"
"This tag requires that the tag GENERATE_HTML is set to YES.",
- TRUE
+ FALSE
);
cb->addDependency("GENERATE_HTML");
//----