updated Doxyfile

properly close all doxygen groups
fixed remaining doxygen warnings
This commit is contained in:
Martin Willi
2009-03-24 17:43:01 +00:00
parent e4838d02b3
commit 1490ff4d9b
296 changed files with 1703 additions and 510 deletions
+1 -1
View File
@@ -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_ @}*/