Skip to content

Commit 35503e5

Browse files
committed
- fixed project name and version
1 parent 57ee0e3 commit 35503e5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/doxyfile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ DOXYFILE_ENCODING = UTF-8
2525
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
2626
# by quotes) that should identify the project.
2727

28-
PROJECT_NAME = "CppUnit 2"
28+
PROJECT_NAME = "JsonCpp"
2929

3030
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
3131
# This could be handy for archiving the generated documentation or
3232
# if some version control system is used.
3333

34-
PROJECT_NUMBER = %CPPUNIT_VERSION%
34+
PROJECT_NUMBER = %JSONCPP_VERSION%
3535

3636
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
3737
# base path where the generated documentation will be put.

0 commit comments

Comments
 (0)