]> git.saurik.com Git - bison.git/blobdiff - doc/Doxyfile.in
tests: fix expected output.
[bison.git] / doc / Doxyfile.in
index ee9c439128d9c97f1ace2fdcc3181b4aa06b4ca3..3d2ea64e213ef752082bf38dc3642dd70a0e12c2 100644 (file)
@@ -23,7 +23,7 @@ PROJECT_NAME           = "@PACKAGE_NAME@"
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = "@PACKAGE_VERSION@ @ID@"
+PROJECT_NUMBER         = "@PACKAGE_VERSION@"
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.
@@ -391,7 +391,7 @@ EXCLUDE                = @top_srcdir@/src/scan-gram.c \
                         @top_builddir@/src/parse-*.[ch]
 
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or
-# directories that are symbolic links (a Unix filesystem feature) are
+# directories that are symbolic links (a Unix file system feature) are
 # excluded from the input.
 
 EXCLUDE_SYMLINKS       = YES