aboutsummaryrefslogtreecommitdiffstats
path: root/doc/doxygen.conf
diff options
context:
space:
mode:
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 \