38 |
|
# could be handy for archiving the generated documentation or if some version |
39 |
|
# control system is used. |
40 |
|
|
41 |
< |
PROJECT_NUMBER = v4 |
41 |
> |
PROJECT_NUMBER = V@MAGIC_MAJOR_VERSION@.@MAGIC_MINOR_VERSION@ |
42 |
|
|
43 |
|
# Using the PROJECT_BRIEF tag one can provide an optional one line description |
44 |
|
# for a project that appears at the top of each page and should give viewer a |
1242 |
|
# files will be copied as-is; there are no commands or markers available. |
1243 |
|
# This tag requires that the tag GENERATE_HTML is set to YES. |
1244 |
|
|
1245 |
< |
HTML_EXTRA_FILES = ../documentation/logoericca.jpg |
1245 |
> |
HTML_EXTRA_FILES = ../documentation/logoericca.jpg \ |
1246 |
> |
../documentation/logomagic.jpg |
1247 |
|
|
1248 |
|
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen |
1249 |
|
# will adjust the colors in the style sheet and background images according to |