Mercurial > MadButterfly
comparison Doxyfile @ 101:d6f9af55b0d0
More documentation.
1. main page
2. copyright
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 10 Sep 2008 13:35:56 +0800 |
parents | 31402929c587 |
children | 565b55508c8d |
comparison
equal
deleted
inserted
replaced
100:1a1dda98730c | 101:d6f9af55b0d0 |
---|---|
609 | 609 |
610 # The IMAGE_PATH tag can be used to specify one or more files or | 610 # The IMAGE_PATH tag can be used to specify one or more files or |
611 # directories that contain image that are included in the documentation (see | 611 # directories that contain image that are included in the documentation (see |
612 # the \image command). | 612 # the \image command). |
613 | 613 |
614 IMAGE_PATH = | 614 IMAGE_PATH = img |
615 | 615 |
616 # The INPUT_FILTER tag can be used to specify a program that doxygen should | 616 # The INPUT_FILTER tag can be used to specify a program that doxygen should |
617 # invoke to filter for each input file. Doxygen will invoke the filter program | 617 # invoke to filter for each input file. Doxygen will invoke the filter program |
618 # by executing (via popen()) the command <filter> <input-file>, where <filter> | 618 # by executing (via popen()) the command <filter> <input-file>, where <filter> |
619 # is the value of the INPUT_FILTER tag, and <input-file> is the name of an | 619 # is the value of the INPUT_FILTER tag, and <input-file> is the name of an |