aboutsummaryrefslogtreecommitdiffstats
path: root/doc/doxygen.conf
diff options
context:
space:
mode:
authorJouni Malinen <j@w1.fi>2012-04-24 20:37:24 +0300
committerJouni Malinen <j@w1.fi>2012-04-24 20:37:24 +0300
commit7c4e92115a795dd2ee2135cf49d7e9e172fb5851 (patch)
treeb541d373a0f41759b8a2f9c513f980b045fa63b4 /doc/doxygen.conf
parent1ceb0e1778b0306488bf7546c1edb3b67531fee1 (diff)
downloadexternal_wpa_supplicant_8_ti-7c4e92115a795dd2ee2135cf49d7e9e172fb5851.zip
external_wpa_supplicant_8_ti-7c4e92115a795dd2ee2135cf49d7e9e172fb5851.tar.gz
external_wpa_supplicant_8_ti-7c4e92115a795dd2ee2135cf49d7e9e172fb5851.tar.bz2
Update Doxygen documentation for new version
Add src/p2p directory and work around some issues with newer Doxygen versions disliking the wpa_supplicant prefix in labels. Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'doc/doxygen.conf')
-rw-r--r--doc/doxygen.conf5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/doxygen.conf b/doc/doxygen.conf
index 6a1cb3e..55a9433 100644
--- a/doc/doxygen.conf
+++ b/doc/doxygen.conf
@@ -25,13 +25,13 @@ DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
-PROJECT_NAME = wpa_supplicant / hostapd
+PROJECT_NAME = "wpa_supplicant / hostapd"
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.7.x
+PROJECT_NUMBER = 2.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
@@ -582,6 +582,7 @@ INPUT = \
src/eap_peer \
src/eap_server \
src/l2_packet \
+ src/p2p \
src/radius \
src/rsn_supp \
src/tls \