Index: document/Doxyfile =================================================================== diff -u -r51197ba092f454f59d3e9da522c1806020a31e6e -r8994bbc8683f5ddc74ccfedaeeb6ae6f73f45ea3 --- document/Doxyfile (.../Doxyfile) (revision 51197ba092f454f59d3e9da522c1806020a31e6e) +++ document/Doxyfile (.../Doxyfile) (revision 8994bbc8683f5ddc74ccfedaeeb6ae6f73f45ea3) @@ -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 @@ -2499,4 +2499,4 @@ OPTIMIZE_OUTPUT_JAVA = YES EXTRACT_ALL = YES FILE_PATTERNS = "*.py" -INPUT = "/home/fw/PycharmProjects/Dialin2" +INPUT = "$(PROJECT_DIRECTORY)"