Tweaked the comments for better Doxygen output.

This commit is contained in:
tbrennan3
2010-10-13 19:00:57 +00:00
parent 48411b8dbf
commit a5f24fa19f
8 changed files with 53 additions and 12 deletions
+23 -2
View File
@@ -97,11 +97,16 @@ extern "C" {
#ifdef __cplusplus
}
#endif /* __cplusplus */
/** @defgroup RDMS Remote Device Management Services BIBBs
/** @defgroup RDMS Device and Network Management Service BIBBs
* These device management BIBBs prescribe the BACnet capabilities required
* to interoperably perform the device management functions enumerated in
* 22.2.1.5 for the BACnet devices defined therein.
*//** @defgroup DMDCC Device Management-Device Communication Control (DM-DCC)
*
* The network management BIBBs prescribe the BACnet capabilities required to
* interoperably perform network management functions.
*/
/** @defgroup DMDCC Device Management-Device Communication Control (DM-DCC)
* @ingroup RDMS
* 16.1 DeviceCommunicationControl Service <br>
* The DeviceCommunicationControl service is used by a client BACnet-user to
@@ -115,4 +120,20 @@ extern "C" {
* DeviceCommunicationControl or, if supported, ReinitializeDevice service,
* not by time.
*/
/** @defgroup NMRC Network Management-Router Configuration (NM-RC)
* @ingroup RDMS
* The A device may query and change the configuration of routers and
* half-routers.
* The B device responds to router management commands and must meet the
* requirements for BACnet Routers as stated in Clause 6.
*
* 6.4 Network Layer Protocol Messages <br>
* This subclause describes the format and purpose of the ten BACnet network
* layer protocol messages. These messages provide the basis for router
* auto-configuration, router table maintenance, and network layer congestion
* control.
*/
#endif