|
|
@@ -38,7 +38,7 @@ PROJECT_NAME = json-c |
|
|
|
# could be handy for archiving the generated documentation or if some version |
|
|
|
# control system is used. |
|
|
|
|
|
|
|
PROJECT_NUMBER = 0.14.99 |
|
|
|
PROJECT_NUMBER = @PROJECT_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 |
|
|
@@ -753,7 +753,7 @@ WARN_LOGFILE = |
|
|
|
# spaces. |
|
|
|
# Note: If this tag is empty the current directory is searched. |
|
|
|
|
|
|
|
INPUT = |
|
|
|
INPUT = @CMAKE_SOURCE_DIR@ @CMAKE_BINARY_DIR@ |
|
|
|
|
|
|
|
# This tag can be used to specify the character encoding of the source files |
|
|
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses |