Fixed Doxygen comments after scanning complete src directory

This commit is contained in:
Tobias Brunner
2013-03-02 18:31:53 +01:00
parent b42f2cacac
commit 11adf114c1
96 changed files with 221 additions and 183 deletions
+9 -5
View File
@@ -279,11 +279,6 @@ struct radius_message_t {
void (*destroy)(radius_message_t *this);
};
/**
* Dummy libradius initialization function needed for integrity test
*/
void libradius_init(void);
/**
* Create an empty RADIUS message.
*
@@ -300,4 +295,13 @@ radius_message_t *radius_message_create(radius_message_code_t code);
*/
radius_message_t *radius_message_parse(chunk_t data);
/**
* @}
* @addtogroup libradius
* @{
*
* Dummy libradius initialization function needed for integrity test
*/
void libradius_init(void);
#endif /** RADIUS_MESSAGE_H_ @}*/