Revision: 77051
          http://sourceforge.net/p/brlcad/code/77051
Author:   brlcad
Date:     2020-09-04 04:01:16 +0000 (Fri, 04 Sep 2020)
Log Message:
-----------
put the cond/endcond doxygen markers in doxy blocks

Modified Paths:
--------------
    brlcad/trunk/include/bn/dvec.h

Modified: brlcad/trunk/include/bn/dvec.h
===================================================================
--- brlcad/trunk/include/bn/dvec.h      2020-09-04 03:06:26 UTC (rev 77050)
+++ brlcad/trunk/include/bn/dvec.h      2020-09-04 04:01:16 UTC (rev 77051)
@@ -26,10 +26,10 @@
 #include <math.h>
 extern "C++" {
 /* Hide iostream from Doxygen with cond */
-/* @cond */
+/** @cond */
 #include <iostream>
 #include <ostream>
-/* @endcond */
+/** @endcond */
 }
 
 /* Needed for fastf_t definition */
@@ -131,7 +131,7 @@
 #define VEC_ALIGN
 
 /* Doxygen doesn't like these includes... */
-/* @cond */
+/** @cond */
 /*#undef __SSE2__*/ // Test FPU version
 #if defined(__SSE2__) && defined(__GNUC__) && defined(HAVE_EMMINTRIN_H) && 
defined(HAVE_EMMINTRIN)
 #  define __x86_vector__
@@ -741,7 +741,7 @@
 }
 
 #endif
-/* @endcond */
+/** @endcond */
 
 inline bool vequals(const vec2d& a, const vec2d& b) {
     return
@@ -753,12 +753,12 @@
 typedef fastf_t mat2d_t[4] VEC_ALIGN;
 
 /* Hide from Doxygen with cond */
-/* @cond */
+/** @cond */
 
 // 2d point
 typedef fastf_t pt2d_t[2] VEC_ALIGN;
 
-/* @endcond */
+/** @endcond */
 
 
//--------------------------------------------------------------------------------
 // MATH / VECTOR ops

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