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