tests: Long P2P_LISTEN and offchannel TX
[mech_eap.git] / doc / doxygen.conf
index b8c40e3..6819a2e 100644 (file)
@@ -31,7 +31,7 @@ PROJECT_NAME           = "wpa_supplicant / hostapd"
 # This could be handy for archiving the generated documentation or
 # if some version control system is used.
 
-PROJECT_NUMBER         = 2.0
+PROJECT_NUMBER         = 2.5
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.
@@ -572,6 +572,8 @@ INPUT                  = \
        doc \
        hostapd \
        wpa_supplicant \
+       wpa_supplicant/dbus \
+       eap_example \
        src/ap \
        src/common \
        src/crypto \
@@ -583,6 +585,7 @@ INPUT                  = \
        src/eap_server \
        src/l2_packet \
        src/p2p \
+       src/pae \
        src/radius \
        src/rsn_supp \
        src/tls \
@@ -1533,3 +1536,12 @@ GENERATE_LEGEND        = YES
 # the various graphs.
 
 DOT_CLEANUP            = YES
+
+
+#---------------------------------------------------------------------------
+# Project additions
+#---------------------------------------------------------------------------
+
+# Disable autolink support due to wpa_supplicant getting unfortunately
+# auto-linked to struct wpa_supplicant due to having an underscore in the name.
+AUTOLINK_SUPPORT = FALSE