32 |
|
# This could be handy for archiving the generated documentation or |
33 |
|
# if some version control system is used. |
34 |
|
|
35 |
< |
PROJECT_NUMBER = 2012 |
35 |
> |
PROJECT_NUMBER = 2014 |
36 |
|
|
37 |
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description |
38 |
|
# for a project that appears at the top of each page and should give viewer |
52 |
|
# If a relative path is entered, it will be relative to the location |
53 |
|
# where doxygen was started. If left blank the current directory will be used. |
54 |
|
|
55 |
< |
OUTPUT_DIRECTORY = ../exe |
55 |
> |
OUTPUT_DIRECTORY = ./ |
56 |
|
|
57 |
|
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create |
58 |
|
# 4096 sub-directories (in 2 levels) under the output directory of each output |
889 |
|
# If a relative path is entered the value of OUTPUT_DIRECTORY will be |
890 |
|
# put in front of it. If left blank `html' will be used as the default path. |
891 |
|
|
892 |
< |
HTML_OUTPUT = html |
892 |
> |
HTML_OUTPUT = ./ |
893 |
|
|
894 |
|
# The HTML_FILE_EXTENSION tag can be used to specify the file extension for |
895 |
|
# each generated HTML page (for example: .htm,.php,.asp). If it is left blank |