TidyLib = tidylib in the docs
This commit is contained in:
parent
04beaeed02
commit
7565be0ceb
|
@ -120,7 +120,7 @@ ALWAYS_DETAILED_SEC = YES
|
|||
# members were ordinary class members. Constructors, destructors and assignment
|
||||
# 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
|
||||
# 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
|
||||
# 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
|
||||
# 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
|
||||
# the preprocessor.
|
||||
|
||||
INCLUDE_PATH =
|
||||
INCLUDE_PATH = "../../src"
|
||||
|
||||
# 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
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
\section content Contents
|
||||
|
||||
- \ref tidy5_cmd
|
||||
- \ref tidy5_lib
|
||||
- \ref tidylib
|
||||
- \ref building_tidy
|
||||
- \ref history
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
|||
\htmlinclude tidy5.cmd.txt
|
||||
</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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue