Browse Source

Corrected paths in Doxyfile

doc 6 years ago
parent
commit
de5dbb5364
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Doxyfile

+ 2
- 2
Doxyfile View File

58
 # entered, it will be relative to the location where doxygen was started. If
58
 # entered, it will be relative to the location where doxygen was started. If
59
 # left blank the current directory will be used.
59
 # left blank the current directory will be used.
60
 
60
 
61
-OUTPUT_DIRECTORY       = /home/zered/documents/dev/python/genetic_turmits/docs
61
+OUTPUT_DIRECTORY       = ./docs
62
 
62
 
63
 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
63
 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
64
 # directories (in 2 levels) under the output directory of each output format and
64
 # directories (in 2 levels) under the output directory of each output format and
790
 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
790
 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
791
 # Note: If this tag is empty the current directory is searched.
791
 # Note: If this tag is empty the current directory is searched.
792
 
792
 
793
-INPUT                  = /home/zered/documents/dev/python/genetic_turmits/gte
793
+INPUT                  = ./gte
794
 
794
 
795
 # This tag can be used to specify the character encoding of the source files
795
 # This tag can be used to specify the character encoding of the source files
796
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
796
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

Loading…
Cancel
Save