updated Doxyfile
properly close all doxygen groups fixed remaining doxygen warnings
This commit is contained in:
@@ -47,4 +47,4 @@ struct eap_radius_t {
|
||||
*/
|
||||
eap_radius_t *eap_radius_create(identification_t *server, identification_t *peer);
|
||||
|
||||
#endif /* EAP_RADIUS_H_ @}*/
|
||||
#endif /** EAP_RADIUS_H_ @}*/
|
||||
|
||||
@@ -49,4 +49,4 @@ struct eap_radius_plugin_t {
|
||||
*/
|
||||
plugin_t *plugin_create();
|
||||
|
||||
#endif /* EAP_RADIUS_PLUGIN_H_ @}*/
|
||||
#endif /** EAP_RADIUS_PLUGIN_H_ @}*/
|
||||
|
||||
@@ -89,4 +89,4 @@ bool radius_client_init();
|
||||
*/
|
||||
void radius_client_cleanup();
|
||||
|
||||
#endif /* radius_client_H_ @}*/
|
||||
#endif /** RADIUS_CLIENT_H_ @}*/
|
||||
|
||||
@@ -263,7 +263,6 @@ struct radius_message_t {
|
||||
/**
|
||||
* Create an empty RADIUS request message (RMT_ACCESS_REQUEST).
|
||||
*
|
||||
* @param identifier RADIUS message identifier
|
||||
* @return radius_message_t object
|
||||
*/
|
||||
radius_message_t *radius_message_create_request();
|
||||
@@ -276,4 +275,4 @@ radius_message_t *radius_message_create_request();
|
||||
*/
|
||||
radius_message_t *radius_message_parse_response(chunk_t data);
|
||||
|
||||
#endif /* RADIUS_MESSAGE_H_ @}*/
|
||||
#endif /** RADIUS_MESSAGE_H_ @}*/
|
||||
|
||||
Reference in New Issue
Block a user