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
@@ -114,4 +114,4 @@ struct packet_t {
*/
packet_t *packet_create(void);
#endif /*PACKET_H_ @} */
#endif /** PACKET_H_ @}*/
+1 -1
View File
@@ -69,4 +69,4 @@ struct receiver_t {
*/
receiver_t * receiver_create(void);
#endif /*RECEIVER_H_ @} */
#endif /** RECEIVER_H_ @}*/
+1 -1
View File
@@ -61,4 +61,4 @@ struct sender_t {
*/
sender_t * sender_create(void);
#endif /*SENDER_H_ @} */
#endif /** SENDER_H_ @}*/
+1 -1
View File
@@ -101,4 +101,4 @@ struct socket_t {
*/
socket_t *socket_create();
#endif /*SOCKET_H_ @} */
#endif /** SOCKET_H_ @}*/