summaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-06-03 13:01:31 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-06-17 08:28:29 +0200
commit232b46996c039e3a01bb8774fb9148616d94d8e9 (patch)
treefeb37547d69953edc10c72c47676278bf342e671 /Doxyfile
parent56d0e7f2747937ce5d5e1c7ca83add159d8d9534 (diff)
downloadbarebox-232b46996c039e3a01bb8774fb9148616d94d8e9.tar.gz
barebox-232b46996c039e3a01bb8774fb9148616d94d8e9.tar.xz
add netconsole support
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 94dd6ae0df..40bcb2f97c 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -485,7 +485,8 @@ INPUT = Documentation \
common \
board \
lib \
- scripts/setupmbr
+ scripts/setupmbr \
+ net
# This tag can be used to specify the character encoding of the source files that
# doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default