Changeset 76379c for doc/Doxyfile
- Timestamp:
- May 10, 2011, 12:30:50 PM (14 years ago)
- Children:
- 451f17
- Parents:
- f6ff493
- git-author:
- Frederik Heber <heber@…> (05/10/11 11:55:32)
- git-committer:
- Frederik Heber <heber@…> (05/10/11 12:30:50)
- File:
-
- 1 moved
-
doc/Doxyfile (moved) (moved from doc/Doxyfile.in ) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/Doxyfile
rf6ff493 r76379c 26 26 # by quotes) that should identify the project. 27 27 28 PROJECT_NAME = @PACKAGE_NAME@28 PROJECT_NAME = $(PROJECT)-$(VERSION) 29 29 30 30 # The PROJECT_NUMBER tag can be used to enter a project or revision number. … … 32 32 # if some version control system is used. 33 33 34 PROJECT_NUMBER = @PACKAGE_VERSION@34 PROJECT_NUMBER = 35 35 36 36 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) … … 39 39 # where doxygen was started. If left blank the current directory will be used. 40 40 41 OUTPUT_DIRECTORY = @top_builddir@/doc41 OUTPUT_DIRECTORY = $(DOCDIR) 42 42 43 43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create … … 585 585 # with spaces. 586 586 587 INPUT = @top_srcdir@/src587 INPUT = $(SRCDIR)/../src 588 588 589 589 # This tag can be used to specify the character encoding of the source files
Note:
See TracChangeset
for help on using the changeset viewer.
