From 511c5d8d0c0b1dcd0fd435fa1a2f58ba58df2af2 Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Mon, 12 Jul 2010 18:03:05 +0200 Subject: doc: add macros to unify command help with doxygen Currently we have duplicated all the information that appears online in 'help ' and in the doxygen documentation. This patch adds some infrastructure to specify help texts only once and re-use them for the integrated help as well as for the manual. Signed-off-by: Robert Schwebel --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Doxyfile') diff --git a/Doxyfile b/Doxyfile index 912abc1755..23f3e43ea5 100644 --- a/Doxyfile +++ b/Doxyfile @@ -575,7 +575,7 @@ IMAGE_PATH = # to standard output. If FILTER_PATTERNS is specified, this tag will be # ignored. -INPUT_FILTER = +INPUT_FILTER = "awk -f scripts/doxy_filter.awk" # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern # basis. Doxygen will compare the file name with each pattern and apply the -- cgit v1.2.3