aboutsummaryrefslogtreecommitdiff
path: root/contrib/gcc.doxy
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2017-06-28 09:52:46 +0200
committerMartin Liska <marxin@gcc.gnu.org>2017-06-28 07:52:46 +0000
commitf2bcf09e917a0135f360513e08b61e9011f5710e (patch)
treed673e8bcfbb8f197ccdec1a901f3c125b08a5521 /contrib/gcc.doxy
parent9a265443ff33836bf2c4deb73f7a0b19b0313cf7 (diff)
downloadgcc-f2bcf09e917a0135f360513e08b61e9011f5710e.zip
gcc-f2bcf09e917a0135f360513e08b61e9011f5710e.tar.gz
gcc-f2bcf09e917a0135f360513e08b61e9011f5710e.tar.bz2
Doxygen: add default location for filters and output folder.
2017-06-28 Martin Liska <mliska@suse.cz> * gcc.doxy: Add default location for filters and output folder. * filter_gcc_for_doxygen_new: Rename to filter_gcc_for_doxygen. * filter_params.pl: Remove. From-SVN: r249725
Diffstat (limited to 'contrib/gcc.doxy')
-rw-r--r--contrib/gcc.doxy8
1 files changed, 2 insertions, 6 deletions
diff --git a/contrib/gcc.doxy b/contrib/gcc.doxy
index 7a284e7..a8eeb03 100644
--- a/contrib/gcc.doxy
+++ b/contrib/gcc.doxy
@@ -11,16 +11,12 @@
# Values that contain spaces should be placed between quotes (" ")
-#-----------------------------------------------------------------------------
-# NOTE: YOU MUST EDIT THE FOLLOWING HARDWIRED PATHS BEFORE USING THIS FILE.
-#-----------------------------------------------------------------------------
-
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
# 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@
+OUTPUT_DIRECTORY = gcc-doxygen
# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program
@@ -30,7 +26,7 @@ OUTPUT_DIRECTORY = @OUTPUT_DIRECTORY@
# to standard output. If FILTER_PATTERNS is specified, this tag will be
# ignored.
-INPUT_FILTER = @INPUT_FILTER@
+INPUT_FILTER = contrib/filter_gcc_for_doxygen
#-----------------------------------------------------------------------------