diff --git a/build/documentation/doxygen.cfg b/build/documentation/doxygen.cfg index f4f5248..781f1df 100644 --- a/build/documentation/doxygen.cfg +++ b/build/documentation/doxygen.cfg @@ -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 diff --git a/build/documentation/tidy_docs.dox b/build/documentation/tidy_docs.dox index 92b7633..cd94cd0 100644 --- a/build/documentation/tidy_docs.dox +++ b/build/documentation/tidy_docs.dox @@ -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 -\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.