QTfrontend/Doxyfile
changeset 6203 38ddad39f08f
parent 6185 a6aa2d44f390
child 11515 4dd77731453b
equal deleted inserted replaced
6202:8e3f006b9b1e 6203:38ddad39f08f
    29 
    29 
    30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
    30 # The PROJECT_NUMBER tag can be used to enter a project or revision number.
    31 # This could be handy for archiving the generated documentation or
    31 # This could be handy for archiving the generated documentation or
    32 # if some version control system is used.
    32 # if some version control system is used.
    33 
    33 
    34 PROJECT_NUMBER         = 0.9.17-dev
    34 PROJECT_NUMBER         = $(PROJECT_NUMBER)
    35 
    35 
    36 # Using the PROJECT_BRIEF tag one can provide an optional one line description for a project that appears at the top of each page and should give viewer a quick idea about the purpose of the project. Keep the description short.
    36 # Using the PROJECT_BRIEF tag one can provide an optional one line description for a project that appears at the top of each page and should give viewer a quick idea about the purpose of the project. Keep the description short.
    37 
    37 
    38 PROJECT_BRIEF          = "The default frontend of hedgewars."
    38 PROJECT_BRIEF          = "The default frontend of hedgewars."
    39 
    39 
    47 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
    47 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
    48 # base path where the generated documentation will be put.
    48 # base path where the generated documentation will be put.
    49 # If a relative path is entered, it will be relative to the location
    49 # If a relative path is entered, it will be relative to the location
    50 # where doxygen was started. If left blank the current directory will be used.
    50 # where doxygen was started. If left blank the current directory will be used.
    51 
    51 
    52 OUTPUT_DIRECTORY       = ../doc/QTfrontend
    52 OUTPUT_DIRECTORY       = $(OUTPUT_DIRECTORY)
    53 
    53 
    54 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
    54 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
    55 # 4096 sub-directories (in 2 levels) under the output directory of each output
    55 # 4096 sub-directories (in 2 levels) under the output directory of each output
    56 # format and will distribute the generated files over these directories.
    56 # format and will distribute the generated files over these directories.
    57 # Enabling this option can be useful when feeding doxygen a huge amount of
    57 # Enabling this option can be useful when feeding doxygen a huge amount of