From c9daf980618ea8ff3e5c25145dbd609d1b4f4fbb Mon Sep 17 00:00:00 2001 From: skarg Date: Fri, 11 Oct 2013 21:54:38 +0000 Subject: [PATCH] fixed some whitespace. --- bacnet-stack/demo/object/device.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bacnet-stack/demo/object/device.h b/bacnet-stack/demo/object/device.h index 85c222c8..92656e9b 100644 --- a/bacnet-stack/demo/object/device.h +++ b/bacnet-stack/demo/object/device.h @@ -440,11 +440,15 @@ extern "C" { * - The interface between the implemented Objects and the BAC-stack services, * specifically the handlers, which are mediated through function calls to * the Device object. - *//** @defgroup ObjHelpers Object Helper Functions + */ + +/** @defgroup ObjHelpers Object Helper Functions * @ingroup ObjFrmwk * This section describes the function templates for the helper functions that * provide common object support. - *//** @defgroup ObjIntf Handler-to-Object Interface Functions + */ + +/** @defgroup ObjIntf Handler-to-Object Interface Functions * @ingroup ObjFrmwk * This section describes the fairly limited set of functions that link the * BAC-stack handlers to the BACnet Object instances. All of these calls are