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:
@@ -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");
|
||||
//----
|
||||
|
Reference in New Issue
Block a user