equal
deleted
inserted
replaced
514 |
514 |
515 # The IMAGE_PATH tag can be used to specify one or more files or |
515 # The IMAGE_PATH tag can be used to specify one or more files or |
516 # directories that contain image that are included in the documentation (see |
516 # directories that contain image that are included in the documentation (see |
517 # the \image command). |
517 # the \image command). |
518 |
518 |
519 IMAGE_PATH = images |
519 IMAGE_PATH = @abs_top_srcdir@/doc/images |
520 |
520 |
521 # The INPUT_FILTER tag can be used to specify a program that doxygen should |
521 # The INPUT_FILTER tag can be used to specify a program that doxygen should |
522 # invoke to filter for each input file. Doxygen will invoke the filter program |
522 # invoke to filter for each input file. Doxygen will invoke the filter program |
523 # by executing (via popen()) the command <filter> <input-file>, where <filter> |
523 # by executing (via popen()) the command <filter> <input-file>, where <filter> |
524 # is the value of the INPUT_FILTER tag, and <input-file> is the name of an |
524 # is the value of the INPUT_FILTER tag, and <input-file> is the name of an |