Doxyfile
changeset 32 ec55981d8419
parent 25 1549cae72d31
equal deleted inserted replaced
31:8a78deb099db 32:ec55981d8419
    36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
    36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
    37 # base path where the generated documentation will be put.
    37 # base path where the generated documentation will be put.
    38 # If a relative path is entered, it will be relative to the location
    38 # If a relative path is entered, it will be relative to the location
    39 # where doxygen was started. If left blank the current directory will be used.
    39 # where doxygen was started. If left blank the current directory will be used.
    40 
    40 
    41 OUTPUT_DIRECTORY       = .build
    41 OUTPUT_DIRECTORY       = doc
    42 
    42 
    43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
    43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
    44 # 4096 sub-directories (in 2 levels) under the output directory of each output
    44 # 4096 sub-directories (in 2 levels) under the output directory of each output
    45 # format and will distribute the generated files over these directories.
    45 # format and will distribute the generated files over these directories.
    46 # Enabling this option can be useful when feeding doxygen a huge amount of
    46 # Enabling this option can be useful when feeding doxygen a huge amount of