Revision: 77013
          http://sourceforge.net/p/brlcad/code/77013
Author:   starseeker
Date:     2020-09-01 13:27:07 +0000 (Tue, 01 Sep 2020)
Log Message:
-----------
Organize libbg doxygen comments

Modified Paths:
--------------
    brlcad/trunk/include/bg/aabb_ray.h
    brlcad/trunk/include/bg/chull.h
    brlcad/trunk/include/bg/lseg.h
    brlcad/trunk/include/bg/obr.h
    brlcad/trunk/include/bg/pointgen.h
    brlcad/trunk/include/bg/polygon.h
    brlcad/trunk/include/bg/polygon_types.h
    brlcad/trunk/include/bg/spsr.h
    brlcad/trunk/include/bg/tri_pt.h
    brlcad/trunk/include/bg/tri_ray.h
    brlcad/trunk/include/bg/tri_tri.h
    brlcad/trunk/include/bg/trimesh.h
    brlcad/trunk/misc/doxygen/libbg.dox

Modified: brlcad/trunk/include/bg/aabb_ray.h
===================================================================
--- brlcad/trunk/include/bg/aabb_ray.h  2020-09-01 12:59:39 UTC (rev 77012)
+++ brlcad/trunk/include/bg/aabb_ray.h  2020-09-01 13:27:07 UTC (rev 77013)
@@ -20,7 +20,7 @@
 
 /*----------------------------------------------------------------------*/
 /* @file aabb_ray.h */
-/** @addtogroup aabb_ray */
+/** @addtogroup bg_aabb_ray */
 /** @{ */
 
 /**

Modified: brlcad/trunk/include/bg/chull.h
===================================================================
--- brlcad/trunk/include/bg/chull.h     2020-09-01 12:59:39 UTC (rev 77012)
+++ brlcad/trunk/include/bg/chull.h     2020-09-01 13:27:07 UTC (rev 77013)
@@ -20,7 +20,7 @@
 
 /*----------------------------------------------------------------------*/
 /* @file chull.h */
-/** @addtogroup chull */
+/** @addtogroup bg_chull */
 /** @{ */
 
 /**

Modified: brlcad/trunk/include/bg/lseg.h
===================================================================
--- brlcad/trunk/include/bg/lseg.h      2020-09-01 12:59:39 UTC (rev 77012)
+++ brlcad/trunk/include/bg/lseg.h      2020-09-01 13:27:07 UTC (rev 77013)
@@ -19,8 +19,8 @@
  */
 
 /*----------------------------------------------------------------------*/
-/* @file polygon.h */
-/** @addtogroup lineseg */
+/* @file lseg.h */
+/** @addtogroup bg_lseg */
 /** @{ */
 
 /**

Modified: brlcad/trunk/include/bg/obr.h
===================================================================
--- brlcad/trunk/include/bg/obr.h       2020-09-01 12:59:39 UTC (rev 77012)
+++ brlcad/trunk/include/bg/obr.h       2020-09-01 13:27:07 UTC (rev 77013)
@@ -20,7 +20,7 @@
 
 /*----------------------------------------------------------------------*/
 /* @file obr.h */
-/** @addtogroup obr */
+/** @addtogroup bg_obr */
 /** @{ */
 
 /**

Modified: brlcad/trunk/include/bg/pointgen.h
===================================================================
--- brlcad/trunk/include/bg/pointgen.h  2020-09-01 12:59:39 UTC (rev 77012)
+++ brlcad/trunk/include/bg/pointgen.h  2020-09-01 13:27:07 UTC (rev 77013)
@@ -20,7 +20,7 @@
 
 /*----------------------------------------------------------------------*/
 /* @file pointgen.h */
-/** @addtogroup pointgen */
+/** @addtogroup bg_pointgen */
 /** @{ */
 
 /**

Modified: brlcad/trunk/include/bg/polygon.h
===================================================================
--- brlcad/trunk/include/bg/polygon.h   2020-09-01 12:59:39 UTC (rev 77012)
+++ brlcad/trunk/include/bg/polygon.h   2020-09-01 13:27:07 UTC (rev 77013)
@@ -20,7 +20,7 @@
 
 /*----------------------------------------------------------------------*/
 /* @file polygon.h */
-/** @addtogroup polygon */
+/** @addtogroup bg_polygon */
 /** @{ */
 
 /**

Modified: brlcad/trunk/include/bg/polygon_types.h
===================================================================
--- brlcad/trunk/include/bg/polygon_types.h     2020-09-01 12:59:39 UTC (rev 
77012)
+++ brlcad/trunk/include/bg/polygon_types.h     2020-09-01 13:27:07 UTC (rev 
77013)
@@ -20,7 +20,7 @@
 
 /*----------------------------------------------------------------------*/
 /* @file polygon_types.h */
-/** @addtogroup polygon */
+/** @addtogroup bg_polygon */
 /** @{ */
 
 /**

Modified: brlcad/trunk/include/bg/spsr.h
===================================================================
--- brlcad/trunk/include/bg/spsr.h      2020-09-01 12:59:39 UTC (rev 77012)
+++ brlcad/trunk/include/bg/spsr.h      2020-09-01 13:27:07 UTC (rev 77013)
@@ -50,8 +50,8 @@
  */
 
 /*----------------------------------------------------------------------*/
-/* @file sbsr.h */
-/** @addtogroup sbsr */
+/* @file spsr.h */
+/** @addtogroup bg_surf_recon_spsr */
 /** @{ */
 
 /**

Modified: brlcad/trunk/include/bg/tri_pt.h
===================================================================
--- brlcad/trunk/include/bg/tri_pt.h    2020-09-01 12:59:39 UTC (rev 77012)
+++ brlcad/trunk/include/bg/tri_pt.h    2020-09-01 13:27:07 UTC (rev 77013)
@@ -20,7 +20,7 @@
 
 /*----------------------------------------------------------------------*/
 /* @file tri_pt.h */
-/** @addtogroup tri_pt */
+/** @addtogroup bg_tri_pt */
 /** @{ */
 
 /**

Modified: brlcad/trunk/include/bg/tri_ray.h
===================================================================
--- brlcad/trunk/include/bg/tri_ray.h   2020-09-01 12:59:39 UTC (rev 77012)
+++ brlcad/trunk/include/bg/tri_ray.h   2020-09-01 13:27:07 UTC (rev 77013)
@@ -20,7 +20,7 @@
 
 /*----------------------------------------------------------------------*/
 /* @file tri_ray.h */
-/** @addtogroup tri_ray */
+/** @addtogroup bg_tri_ray */
 /** @{ */
 
 /**

Modified: brlcad/trunk/include/bg/tri_tri.h
===================================================================
--- brlcad/trunk/include/bg/tri_tri.h   2020-09-01 12:59:39 UTC (rev 77012)
+++ brlcad/trunk/include/bg/tri_tri.h   2020-09-01 13:27:07 UTC (rev 77013)
@@ -20,7 +20,7 @@
 
 /*----------------------------------------------------------------------*/
 /* @file tri_tri.h */
-/** @addtogroup tri_tri */
+/** @addtogroup bg_tri_tri */
 /** @{ */
 
 /**

Modified: brlcad/trunk/include/bg/trimesh.h
===================================================================
--- brlcad/trunk/include/bg/trimesh.h   2020-09-01 12:59:39 UTC (rev 77012)
+++ brlcad/trunk/include/bg/trimesh.h   2020-09-01 13:27:07 UTC (rev 77013)
@@ -20,7 +20,7 @@
 
 /*----------------------------------------------------------------------*/
 /* @file trimesh.h */
-/** @addtogroup trimesh */
+/** @addtogroup bg_trimesh */
 /** @{ */
 
 /**

Modified: brlcad/trunk/misc/doxygen/libbg.dox
===================================================================
--- brlcad/trunk/misc/doxygen/libbg.dox 2020-09-01 12:59:39 UTC (rev 77012)
+++ brlcad/trunk/misc/doxygen/libbg.dox 2020-09-01 13:27:07 UTC (rev 77013)
@@ -2,22 +2,34 @@
 /** @defgroup libbg libbg (Geometric Algorithms) */
 
 /* Second tier groups */
- /** @ingroup libbg */
+/** @ingroup libbg */
 /**   @defgroup bg_defines Definitions*/
- /** @ingroup libbg */
- /**  @defgroup tri Triangles */
-/**   @ingroup tri */
- /**   @defgroup tri_ray Triangle/Ray Intersection Tests */
-/**   @ingroup tri */
- /**   @defgroup tri_tri Triangle/Triangle Intersection Tests */
-/**   @ingroup tri */
- /**   @defgroup trimesh Triangle Mesh Algorithms */
- /** @ingroup libbg */
- /**  @defgroup polygon Polygons */
- /** @ingroup libbg */
- /**  @defgroup chull Convex Hulls */
- /** @ingroup libbg */
- /**  @defgroup obr Oriented Bounding Rectangles/Rectangular Cuboids*/
- /** @ingroup libbg */
- /**  @defgroup pointgen Point Generation*/
+/** @ingroup libbg */
+/**  @defgroup bg_pointgen Point Generation*/
+/** @ingroup libbg */
+/**  @defgroup bg_lseg Line Segments */
+/** @ingroup libbg */
+/**  @defgroup bg_tri Triangles */
+/**   @ingroup bg_tri */
+/**   @defgroup bg_tri_pt Closest Point on Triangle */
+/**   @ingroup bg_tri */
+/**   @defgroup bg_tri_ray Triangle/Ray Intersection Tests */
+/**   @ingroup bg_tri */
+/**   @defgroup bg_tri_tri Triangle/Triangle Intersection Tests */
+/**   @ingroup bg_tri */
+/**   @defgroup bg_trimesh Triangle Mesh Algorithms */
+/** @ingroup libbg */
+/**  @defgroup bg_obr Oriented Bounding Rectangles/Rectangular Cuboids*/
+/** @ingroup libbg */
+/**  @defgroup bg_polygon Polygons */
+/** @ingroup libbg */
+/**  @defgroup bg_aabb Axis Aligned Bounding Boxes */
+/**   @ingroup bg_aabb */
+/**   @defgroup bg_aabb_ray AABB/Ray Intersection Tests */
+/** @ingroup libbg */
+/**  @defgroup bg_chull Convex Hulls */
+/** @ingroup libbg */
+/**  @defgroup bg_surf_recon Surface Reconstruction */
+/**   @ingroup bg_surf_recon */
+/**   @defgroup bg_surf_recon_spsr Screened Poisson Surface Reconstruction */
 

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