From 136c90f6c1e0d1dc4ddab701f060f45df9345865 Mon Sep 17 00:00:00 2001 From: tbrennan3 Date: Sun, 18 Apr 2010 01:51:52 +0000 Subject: [PATCH] More simple doxygen tweaks. --- bacnet-stack/demo/handler/dlenv.c | 2 +- bacnet-stack/include/bacnet.h | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bacnet-stack/demo/handler/dlenv.c b/bacnet-stack/demo/handler/dlenv.c index f163e5e9..66fe3587 100644 --- a/bacnet-stack/demo/handler/dlenv.c +++ b/bacnet-stack/demo/handler/dlenv.c @@ -39,7 +39,7 @@ /** Initialize the DataLink configuration from Environment variables, * or else to defaults. - * @ingroup MISCHNDLR + * @ingroup DataLink * The items configured depend on which BACDL_ the code is built for, * eg, BACDL_BIP. * diff --git a/bacnet-stack/include/bacnet.h b/bacnet-stack/include/bacnet.h index 90f3cf9b..70a7556c 100644 --- a/bacnet-stack/include/bacnet.h +++ b/bacnet-stack/include/bacnet.h @@ -106,6 +106,12 @@ * - A full list of all functions is provided in the index of the * Files->Globals subtab. * + * While all the central files are included in the file list, not all important + * functions have been given the javadoc treatment, nor have Modules (chapters) + * been created yet for all groupings. If you are doing work in an under- + * documented area, please add the javadoc comments at least to the API calls, + * and consider adding doxygen's module grouping for your area of interest. + * * See doc/README.doxygen for notes on building and extending this document.
* In particular, if you have graphviz installed, you can enhance this * documentation by turning on the function call graphs feature.