Revision: 77022
          http://sourceforge.net/p/brlcad/code/77022
Author:   brlcad
Date:     2020-09-01 17:59:55 +0000 (Tue, 01 Sep 2020)
Log Message:
-----------
use addtogroup instead of ingroup, consistent with the rest and fixes an 
unbalanced grouping error.

Modified Paths:
--------------
    brlcad/trunk/include/bu/process.h

Modified: brlcad/trunk/include/bu/process.h
===================================================================
--- brlcad/trunk/include/bu/process.h   2020-09-01 17:51:57 UTC (rev 77021)
+++ brlcad/trunk/include/bu/process.h   2020-09-01 17:59:55 UTC (rev 77022)
@@ -18,10 +18,6 @@
  * information.
  */
 
-/** @ingroup process */
-/** @{ */
-/** @file include/bu/process.h */
-/** @} */
 #ifndef BU_PROCESS_H
 #define BU_PROCESS_H
 
@@ -32,6 +28,14 @@
 
 __BEGIN_DECLS
 
+/** @addtogroup bu_process
+ *
+ * @brief
+ * Routines for process and sub-process management.
+ */
+/** @{ */
+/** @file bu/process.h */
+
 /**
  * returns the process ID of the calling process
  */

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to