updated Doxyfile
properly close all doxygen groups fixed remaining doxygen warnings
This commit is contained in:
@@ -114,4 +114,4 @@ struct packet_t {
|
||||
*/
|
||||
packet_t *packet_create(void);
|
||||
|
||||
#endif /*PACKET_H_ @} */
|
||||
#endif /** PACKET_H_ @}*/
|
||||
|
||||
@@ -69,4 +69,4 @@ struct receiver_t {
|
||||
*/
|
||||
receiver_t * receiver_create(void);
|
||||
|
||||
#endif /*RECEIVER_H_ @} */
|
||||
#endif /** RECEIVER_H_ @}*/
|
||||
|
||||
@@ -61,4 +61,4 @@ struct sender_t {
|
||||
*/
|
||||
sender_t * sender_create(void);
|
||||
|
||||
#endif /*SENDER_H_ @} */
|
||||
#endif /** SENDER_H_ @}*/
|
||||
|
||||
@@ -101,4 +101,4 @@ struct socket_t {
|
||||
*/
|
||||
socket_t *socket_create();
|
||||
|
||||
#endif /*SOCKET_H_ @} */
|
||||
#endif /** SOCKET_H_ @}*/
|
||||
|
||||
Reference in New Issue
Block a user