Revision: 77030
          http://sourceforge.net/p/brlcad/code/77030
Author:   starseeker
Date:     2020-09-01 19:17:05 +0000 (Tue, 01 Sep 2020)
Log Message:
-----------
Clear some more doxygen warnings

Modified Paths:
--------------
    brlcad/trunk/include/bu/vls.h
    brlcad/trunk/include/wdb.h

Modified: brlcad/trunk/include/bu/vls.h
===================================================================
--- brlcad/trunk/include/bu/vls.h       2020-09-01 19:09:33 UTC (rev 77029)
+++ brlcad/trunk/include/bu/vls.h       2020-09-01 19:17:05 UTC (rev 77030)
@@ -548,6 +548,12 @@
  * @param[in] incr_spec Optional - string of colon separated
  * parameters defining function behavior.
  *
+ * @param[in] uniq_test Optional - uniqueness testing function.
+ * 
+ * @param[in] data Optional - data to pass to the uniq_test
+ * function call.
+ * 
+ *
  * @section bu_vls_incr_regexp Incrementer Substring Identification
  *
  * bu_vls_incr uses regular expressions to identify the numerical part

Modified: brlcad/trunk/include/wdb.h
===================================================================
--- brlcad/trunk/include/wdb.h  2020-09-01 19:09:33 UTC (rev 77029)
+++ brlcad/trunk/include/wdb.h  2020-09-01 19:17:05 UTC (rev 77030)
@@ -500,11 +500,9 @@
                                         * into normals array), must
                                         * have 3*num_faces entries
                                         */
-    size_t num_uvs, /* number of uv texture coordinates in uvs array */
-    fastf_t *uvs,   /* array of floats for uv texture coordinates [num_uvs*3] 
*/
-    int *face_uvs   /* array of ints (indices into uvs array),
-                    * must have 3*num_faces entries
-                    */
+    size_t num_uvs, /**< number of uv texture coordinates in uvs array */
+    fastf_t *uvs,   /**< array of floats for uv texture coordinates 
[num_uvs*3] */
+    int *face_uvs   /**< array of ints (indices into uvs array), must have 
3*num_faces entries */
     );
 
 /**

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