Revision: 77031
http://sourceforge.net/p/brlcad/code/77031
Author: starseeker
Date: 2020-09-01 19:30:05 +0000 (Tue, 01 Sep 2020)
Log Message:
-----------
Clear the remainder of the doxygen warnings
Modified Paths:
--------------
brlcad/trunk/include/bn/dvec.h
brlcad/trunk/include/ged/commands.h
brlcad/trunk/include/ged.h
brlcad/trunk/include/rt/calc.h
Modified: brlcad/trunk/include/bn/dvec.h
===================================================================
--- brlcad/trunk/include/bn/dvec.h 2020-09-01 19:17:05 UTC (rev 77030)
+++ brlcad/trunk/include/bn/dvec.h 2020-09-01 19:30:05 UTC (rev 77031)
@@ -752,9 +752,14 @@
// 2x2 row-major matrix
typedef fastf_t mat2d_t[4] VEC_ALIGN;
+/* Hide from Doxygen with cond */
+/* @cond */
+
// 2d point
typedef fastf_t pt2d_t[2] VEC_ALIGN;
+/* @endcond */
+
//--------------------------------------------------------------------------------
// MATH / VECTOR ops
inline
Modified: brlcad/trunk/include/ged/commands.h
===================================================================
--- brlcad/trunk/include/ged/commands.h 2020-09-01 19:17:05 UTC (rev 77030)
+++ brlcad/trunk/include/ged/commands.h 2020-09-01 19:30:05 UTC (rev 77031)
@@ -834,8 +834,6 @@
#endif /* GED_COMMANDS_H */
-/** @} */
-
/*
* Local Variables:
* tab-width: 8
Modified: brlcad/trunk/include/ged.h
===================================================================
--- brlcad/trunk/include/ged.h 2020-09-01 19:17:05 UTC (rev 77030)
+++ brlcad/trunk/include/ged.h 2020-09-01 19:30:05 UTC (rev 77031)
@@ -60,6 +60,7 @@
#include "ged/debug.h"
#include "ged/rt.h"
+/** @} */
__BEGIN_DECLS
@@ -88,6 +89,8 @@
/** @} */
+/** @addtogroup libged */
+/** @{ */
/***************************************
* Conceptual Documentation for LIBGED *
***************************************
Modified: brlcad/trunk/include/rt/calc.h
===================================================================
--- brlcad/trunk/include/rt/calc.h 2020-09-01 19:17:05 UTC (rev 77030)
+++ brlcad/trunk/include/rt/calc.h 2020-09-01 19:30:05 UTC (rev 77031)
@@ -17,11 +17,12 @@
* License along with this file; see the file named COPYING for more
* information.
*/
-/**
+/** @addtogroup raytrace */
+/** @{ */
+/** @file rt/calc.h
* @brief
* In memory format for non-geometry objects in BRL-CAD databases.
*/
-/** @file rt/calc.h */
#ifndef RT_CALC_H
#define RT_CALC_H
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