Sorry about the missing header; adding it in here.

Some comment tweaks for Doxygen.
This commit is contained in:
tbrennan3
2010-04-17 15:39:20 +00:00
parent fac19dff98
commit 8dd671d5a1
5 changed files with 123 additions and 11 deletions
+3 -3
View File
@@ -51,11 +51,11 @@
/* include the device object */
#include "device.h"
/** @file server/main.c Example server application using the BACnet Stack */
/** @file server/main.c Example server application using the BACnet Stack. */
/* (Doxygen note: The next two lines pull all the following Javadoc
* into the ServerDemo module.) */
/** @ingroup ServerDemo */
/** @addtogroup ServerDemo */
/*@{*/
/** Buffer used for receiving */
@@ -184,4 +184,4 @@ int main(
}
}
/*@}*/ /* End group ServerDemo */
/* @} */ /* End group ServerDemo */