doxygen-1.8.5-html_timestamp_default_false.patch 657 B

12345678910111213
  1. diff -up doxygen-1.8.5/src/configoptions.cpp.html_timestamp_default_false doxygen-1.8.5/src/configoptions.cpp
  2. --- doxygen-1.8.5/src/configoptions.cpp.html_timestamp_default_false 2013-08-26 16:07:23.000000000 +0200
  3. +++ doxygen-1.8.5/src/configoptions.cpp 2013-08-26 18:31:40.000000000 +0200
  4. @@ -1499,7 +1499,7 @@ void addConfigOptions(Config *cfg)
  5. "to NO can help when comparing the output of multiple runs.\n"
  6. "The default value is: YES.\n"
  7. "This tag requires that the tag GENERATE_HTML is set to YES.",
  8. - TRUE
  9. + FALSE
  10. );
  11. cb->addDependency("GENERATE_HTML");
  12. //----