python/hypothesis: update to 6.122.3
[oi-userland.git] / components / text / tidy / patches / doxygen.cfg.patch
blob3f036f273d71ab50b1010d534de81775bbc963e0
1 --- tidy-1.0.0/htmldoc/doxygen.cfg.~1~ 2007-01-08 09:04:17.000000000 -0800
2 +++ tidy-1.0.0/htmldoc/doxygen.cfg 2011-05-26 01:46:22.135948856 -0700
3 @@ -459,7 +459,7 @@
4 # directories like "/usr/src/myproject". Separate the files or directories
5 # with spaces.
7 -INPUT = include
8 +INPUT =
10 # If the value of the INPUT tag contains directories, you can use the
11 # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
12 @@ -474,7 +474,7 @@
13 # should be searched for input files as well. Possible values are YES and NO.
14 # If left blank NO is used.
16 -RECURSIVE = NO
17 +RECURSIVE = YES
19 # The EXCLUDE tag can be used to specify files and/or directories that should
20 # excluded from the INPUT source files. This way you can easily exclude a
21 @@ -1242,6 +1242,13 @@
23 DOT_CLEANUP = YES
25 +# If the HTML_TIMESTAMP tag is set to YES then the footer of
26 +# each generated HTML page will contain the date and time when the page
27 +# was generated. Setting this to NO can help when comparing the output of
28 +# multiple runs.
30 +HTML_TIMESTAMP = NO
32 #---------------------------------------------------------------------------
33 # Configuration::additions related to the search engine
34 #---------------------------------------------------------------------------