forked from pool/doxygen
Petr Gajdos
a3b55fd7f9
* 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
17 lines
760 B
Diff
17 lines
760 B
Diff
Index: src/configoptions.cpp
|
|
===================================================================
|
|
--- src/configoptions.cpp.orig
|
|
+++ src/configoptions.cpp
|
|
@@ -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");
|
|
//----
|