956 |
|
# that contain images that are to be included in the documentation (see the |
957 |
|
# \image command). |
958 |
|
|
959 |
< |
IMAGE_PATH = ./ |
959 |
> |
IMAGE_PATH = ../documentation |
960 |
|
|
961 |
|
# The INPUT_FILTER tag can be used to specify a program that doxygen should |
962 |
|
# invoke to filter for each input file. Doxygen will invoke the filter program |
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 = ./logoericca.jpg |
1245 |
> |
HTML_EXTRA_FILES = ../documentation/logoericca.jpg |
1246 |
|
|
1247 |
|
# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen |
1248 |
|
# will adjust the colors in the style sheet and background images according to |