X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/e9690142325711b320ef444768fdd40a087d02f7..ed3c2b915fc64777e5a226a139471e3687f29d21:/doc/Doxyfile.in diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 3cba618a..1fa2e2ba 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -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