summaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-07-12 18:03:05 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-11-01 16:23:08 +0100
commit511c5d8d0c0b1dcd0fd435fa1a2f58ba58df2af2 (patch)
tree210e929be8178aa4116fe2972d96f4d6e1e95ecc /Doxyfile
parentc84a37d52b8a40bf1fb62d1a9827f2fe59c15fa9 (diff)
downloadbarebox-511c5d8d0c0b1dcd0fd435fa1a2f58ba58df2af2.tar.gz
barebox-511c5d8d0c0b1dcd0fd435fa1a2f58ba58df2af2.tar.xz
doc: add macros to unify command help with doxygen
Currently we have duplicated all the information that appears online in 'help <command>' 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 <r.schwebel@pengutronix.de>
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
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