Revision: 77028
          http://sourceforge.net/p/brlcad/code/77028
Author:   starseeker
Date:     2020-09-01 19:05:57 +0000 (Tue, 01 Sep 2020)
Log Message:
-----------
Tell doxygen not to worry about these includes

Modified Paths:
--------------
    brlcad/trunk/include/brep/curvetree.h
    brlcad/trunk/include/brep/util.h

Modified: brlcad/trunk/include/brep/curvetree.h
===================================================================
--- brlcad/trunk/include/brep/curvetree.h       2020-09-01 18:45:28 UTC (rev 
77027)
+++ brlcad/trunk/include/brep/curvetree.h       2020-09-01 19:05:57 UTC (rev 
77028)
@@ -32,9 +32,11 @@
 #include "common.h"
 
 #ifdef __cplusplus
+// @cond SKIP_C++_INCLUDE
 extern "C++" {
 #  include <map>
 }
+// @endcond
 #endif
 
 #include "brep/defines.h"

Modified: brlcad/trunk/include/brep/util.h
===================================================================
--- brlcad/trunk/include/brep/util.h    2020-09-01 18:45:28 UTC (rev 77027)
+++ brlcad/trunk/include/brep/util.h    2020-09-01 19:05:57 UTC (rev 77028)
@@ -34,9 +34,11 @@
 #include "bnetwork.h" /* Needed for ntohl and htonl */
 
 #ifdef __cplusplus
+// @cond SKIP_C++_INCLUDE
 extern "C++" {
 #  include <cstring>
 }
+// @endcond
 #endif
 
 

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