diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-05-23 02:36:16 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-05-23 02:36:57 +0200 |
commit | 6b72d65ebb3ed508cdd24ab4c89bd76492dc1ad8 (patch) | |
tree | d29336f53600dc56bed1bcf353925fb084027974 /Doxyfile.in | |
parent | 789495e5a2df4000fe027b5df4ba52060d907796 (diff) | |
download | fastd-6b72d65ebb3ed508cdd24ab4c89bd76492dc1ad8.tar fastd-6b72d65ebb3ed508cdd24ab4c89bd76492dc1ad8.zip |
More documentation
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index 3d6ec8e..f67c16b 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -32,13 +32,13 @@ DOXYFILE_ENCODING = UTF-8 # title of most generated pages and in a few other places. # The default value is: My Project. -PROJECT_NAME = "@PROJECT_NAME@" +PROJECT_NAME = "fastd" # 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 = "@PROJECT_VERSION@" +PROJECT_NUMBER = "@FASTD_VERSION@" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a |