summaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-10-31 22:05:47 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-11-01 16:23:09 +0100
commitb8315d622de3124f1e00c55f19d32b2d63180247 (patch)
treeedaf6f77a13eebd2b8d05cb0df5c160381b5bbf8 /Doxyfile
parentdc6234d9c6361b7c1dc8808aa6667992aa42859a (diff)
downloadbarebox-b8315d622de3124f1e00c55f19d32b2d63180247.tar.gz
barebox-b8315d622de3124f1e00c55f19d32b2d63180247.tar.xz
doc: unify documentation for 'tftp'
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index f03058444a..d9ce22c0e3 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -1069,7 +1069,8 @@ INCLUDE_FILE_PATTERNS =
PREDEFINED = \
DOXYGEN_SHOULD_SKIP_THIS \
- CONFIG_CMD_DEVINFO
+ CONFIG_CMD_DEVINFO \
+ CONFIG_NET_TFTP_PUSH
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.