Index: document/Doxyfile =================================================================== diff -u -r45dc69508ab8752571ff888887a59c6d7d12ff05 -r51197ba092f454f59d3e9da522c1806020a31e6e --- document/Doxyfile (.../Doxyfile) (revision 45dc69508ab8752571ff888887a59c6d7d12ff05) +++ document/Doxyfile (.../Doxyfile) (revision 51197ba092f454f59d3e9da522c1806020a31e6e) @@ -51,7 +51,7 @@ # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = /home/fw/PycharmProjects/Dialin/document/logo.jpg +PROJECT_LOGO = /home/fw/PycharmProjects/Dialin2/document/logo.jpg # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path # into which the generated documentation will be written. If a relative path is @@ -900,7 +900,7 @@ # Note that the wildcards are matched against the file with absolute path, so to # exclude all test directories use the pattern */test/* -EXCLUDE_SYMBOLS = the* +EXCLUDE_SYMBOLS = test_* # The EXAMPLE_PATH tag can be used to specify one or more files or directories # that contain example code fragments that are included (see the \include @@ -2499,4 +2499,4 @@ OPTIMIZE_OUTPUT_JAVA = YES EXTRACT_ALL = YES FILE_PATTERNS = "*.py" -INPUT = "/home/fw/PycharmProjects/Dialin" +INPUT = "/home/fw/PycharmProjects/Dialin2"