]> git.saurik.com Git - bison.git/blobdiff - doc/Doxyfile.in
Fix Doxygen generation and clean-up.
[bison.git] / doc / Doxyfile.in
index 3cba618a00aae1f58962f7a5f1af2224fa72e119..1fa2e2ba00b786826dc5497457bd0627fdde0012 100644 (file)
@@ -30,7 +30,7 @@ PROJECT_NUMBER         = "@PACKAGE_VERSION@"
 # If a relative path is entered, it will be relative to the location
 # where doxygen was started. If left blank the current directory will be used.
 
-OUTPUT_DIRECTORY       = .
+OUTPUT_DIRECTORY       = @top_builddir@/doc
 
 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
 # documentation generated by doxygen is written. Doxygen will use this
@@ -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