diff options
author | David Robillard <d@drobilla.net> | 2008-01-02 05:53:30 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-01-02 05:53:30 +0000 |
commit | d29ecca68be290b7c2505e48fd2b6906f2f317d9 (patch) | |
tree | f814238f6ebbe77fa336f024f29e7a63eb1ec6ca /Doxyfile | |
parent | a023afc3a5889eab2d850a531bf91cee21bf4d97 (diff) | |
download | patchage-d29ecca68be290b7c2505e48fd2b6906f2f317d9.tar.gz patchage-d29ecca68be290b7c2505e48fd2b6906f2f317d9.tar.bz2 patchage-d29ecca68be290b7c2505e48fd2b6906f2f317d9.zip |
Update README.
Fix Doxyfile to use correct project name (not that it's really used...).
git-svn-id: http://svn.drobilla.net/lad/patchage@1004 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,13 +17,13 @@ # The PROJECT_NAME tag is a single word (or a sequence of words surrounded # by quotes) that should identify the project. -PROJECT_NAME = Om +PROJECT_NAME = Patchage # The PROJECT_NUMBER tag can be used to enter a project or revision number. # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.0.1 +PROJECT_NUMBER = svn # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. |