TidyLib = tidylib in the docs

This commit is contained in:
Pedro 2015-03-05 18:21:26 +00:00
parent 04beaeed02
commit 7565be0ceb
2 changed files with 5 additions and 5 deletions

View file

@ -120,7 +120,7 @@ ALWAYS_DETAILED_SEC = YES
# members were ordinary class members. Constructors, destructors and assignment # members were ordinary class members. Constructors, destructors and assignment
# operators of the base classes will not be shown. # operators of the base classes will not be shown.
INLINE_INHERITED_MEMB = NO INLINE_INHERITED_MEMB = YES
# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
# path before files name in the file list and in the header files. If set # path before files name in the file list and in the header files. If set
@ -1265,7 +1265,7 @@ MATHJAX_CODEFILE =
# typically be disabled. For large projects the javascript based search engine # typically be disabled. For large projects the javascript based search engine
# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution. # can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution.
SEARCHENGINE = NO SEARCHENGINE = YES
# When the SERVER_BASED_SEARCH tag is enabled the search engine will be # When the SERVER_BASED_SEARCH tag is enabled the search engine will be
# implemented using a PHP enabled web server instead of at the web client # implemented using a PHP enabled web server instead of at the web client
@ -1609,7 +1609,7 @@ SEARCH_INCLUDES = NO
# contain include files that are not input files but should be processed by # contain include files that are not input files but should be processed by
# the preprocessor. # the preprocessor.
INCLUDE_PATH = INCLUDE_PATH = "../../src"
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
# patterns (like *.h and *.hpp) to filter out the header-files in the # patterns (like *.h and *.hpp) to filter out the header-files in the

View file

@ -17,7 +17,7 @@
\section content Contents \section content Contents
- \ref tidy5_cmd - \ref tidy5_cmd
- \ref tidy5_lib - \ref tidylib
- \ref building_tidy - \ref building_tidy
- \ref history - \ref history
@ -30,7 +30,7 @@
\htmlinclude tidy5.cmd.txt \htmlinclude tidy5.cmd.txt
</pre> </pre>
\page TidyLib TidyLib \page tidylib tidylib
- \b TidyLib - is easy to integrate. Because of the near universal adoption of C linkage, a C interface may be called from a great number of programming languages. - \b TidyLib - is easy to integrate. Because of the near universal adoption of C linkage, a C interface may be called from a great number of programming languages.