Index: document/Doxyfile =================================================================== diff -u -r51197ba092f454f59d3e9da522c1806020a31e6e -rfd391b8c2b17088fa1bb18985abb584a156aa73c --- document/Doxyfile (.../Doxyfile) (revision 51197ba092f454f59d3e9da522c1806020a31e6e) +++ document/Doxyfile (.../Doxyfile) (revision fd391b8c2b17088fa1bb18985abb584a156aa73c) @@ -51,14 +51,14 @@ # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy # the logo to the output directory. -PROJECT_LOGO = /home/fw/PycharmProjects/Dialin2/document/logo.jpg +PROJECT_LOGO = $(PROJECT_DIRECTORY)/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 # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = +OUTPUT_DIRECTORY = $(OUTPUT_DIRECTORY) # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub- # directories (in 2 levels) under the output directory of each output format and @@ -900,7 +900,8 @@ # Note that the wildcards are matched against the file with absolute path, so to # exclude all test directories use the pattern */test/* -EXCLUDE_SYMBOLS = test_* +EXCLUDE_SYMBOLS = test_* \ + LongDialityPacketBuilder # 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 @@ -2495,8 +2496,8 @@ # Customizations for doxypy FILTER_SOURCE_FILES = YES -INPUT_FILTER = "python /usr/local/bin/doxypy.py" +INPUT_FILTER = "doxypy" OPTIMIZE_OUTPUT_JAVA = YES EXTRACT_ALL = YES -FILE_PATTERNS = "*.py" -INPUT = "/home/fw/PycharmProjects/Dialin2" +FILE_PATTERNS = *.py +INPUT = "$(PROJECT_DIRECTORY)"