]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add doxygen ref to eap_method structure
authorSergei Sinyak <serega.belarus@gmail.com>
Thu, 10 Nov 2016 15:34:34 +0000 (18:34 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 19 Nov 2016 15:46:19 +0000 (17:46 +0200)
doc/eap.doxygen was mentioning eap_method structure, but there was no
reference as in doc/eap_server.doxygen on a similar paragraph

Signed-off-by: Sergei Sinyak <serega.belarus@gmail.com>
doc/eap.doxygen

index fc7ea26ada29c26b173d31177e144eb5555cbde1..472e882004d3cf34b0be128a791167f409d47a35 100644 (file)
@@ -34,7 +34,7 @@ order to make it possible to select which of the methods are included
 in the build.
 
 EAP methods must implement the interface defined in \ref eap_i.h. struct
-eap_method defines the needed function pointers that each EAP method
+\ref eap_method defines the needed function pointers that each EAP method
 must provide. In addition, the EAP type and name are registered using
 this structure. This interface is based on section 4.4 of RFC 4137.