123456789101112131415161718192021 |
- diff -up doxygen-1.8.7/src/config.xml.than doxygen-1.8.7/src/config.xml
- --- doxygen-1.8.7/src/config.xml.than 2014-05-12 13:54:38.000000000 +0200
- +++ doxygen-1.8.7/src/config.xml 2014-05-12 13:56:31.000000000 +0200
- @@ -1617,7 +1617,7 @@ to disable this feature.
- </option>
- </group>
- <group name='HTML' docs='Configuration options related to the HTML output'>
- - <option type='bool' id='GENERATE_HTML' defval='1'>
- + <option type='bool' id='GENERATE_HTML' defval='0'>
- <docs>
- <![CDATA[
- If the \c GENERATE_HTML tag is set to \c YES doxygen will
- @@ -1878,7 +1878,7 @@ hr.footer {
- ]]>
- </docs>
- </option>
- - <option type='bool' id='HTML_TIMESTAMP' defval='1' depends='GENERATE_HTML'>
- + <option type='bool' id='HTML_TIMESTAMP' defval='0' depends='GENERATE_HTML'>
- <docs>
- <![CDATA[
- If the \c HTML_TIMESTAMP tag is set to \c YES then the footer of
|