Revision: 65376
          http://sourceforge.net/p/brlcad/code/65376
Author:   brlcad
Date:     2015-06-18 03:17:34 +0000 (Thu, 18 Jun 2015)
Log Message:
-----------
fix doxygen param type annotation, goes with @param not the parameter name.

Modified Paths:
--------------
    brlcad/trunk/include/bu/opt.h

Modified: brlcad/trunk/include/bu/opt.h
===================================================================
--- brlcad/trunk/include/bu/opt.h       2015-06-18 00:39:30 UTC (rev 65375)
+++ brlcad/trunk/include/bu/opt.h       2015-06-18 03:17:34 UTC (rev 65376)
@@ -204,10 +204,10 @@
  *  0  | All argv options handled.
  *  >0 | Number of unused argv entries returned at the beginning of the argv 
array.
  *
- * @param msgs[out]    will collect any informational messages
+ * @param[out] msgs    will collect any informational messages
  *                     generated by the parser (typically used for
  *                     error reporting)
- * @param argv[in,out] a return value >0 indicates that argv has been
+ * @param[in,out] argv a return value >0 indicates that argv has been
  *                     reordered to move the indicated number of
  *                     unused args to the beginning of the array
  */

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