Revision: 65193
          http://sourceforge.net/p/brlcad/code/65193
Author:   starseeker
Date:     2015-06-05 01:06:49 +0000 (Fri, 05 Jun 2015)
Log Message:
-----------
fix comment

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

Modified: brlcad/trunk/include/bu/opt.h
===================================================================
--- brlcad/trunk/include/bu/opt.h       2015-06-05 01:05:53 UTC (rev 65192)
+++ brlcad/trunk/include/bu/opt.h       2015-06-05 01:06:49 UTC (rev 65193)
@@ -193,9 +193,9 @@
  * of the string->[type] translation in order to allow a calling
  * program to use the int/long/etc. without having to repeat the
  * conversion.
- *
- * TODO - unimplemented */
+ */
 BU_EXPORT extern int bu_opt_arg_int(struct bu_vls *msg, struct bu_opt_data 
*data);
+/* TODO - unimplemented */
 BU_EXPORT extern int bu_opt_arg_long(struct bu_vls *msg, struct bu_opt_data 
*data);
 BU_EXPORT extern int bu_opt_arg_bool(struct bu_vls *msg, struct bu_opt_data 
*data);
 BU_EXPORT extern int bu_opt_arg_double(struct bu_vls *msg, struct bu_opt_data 
*data);

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