Revision: 65126
          http://sourceforge.net/p/brlcad/code/65126
Author:   starseeker
Date:     2015-05-31 18:06:32 +0000 (Sun, 31 May 2015)
Log Message:
-----------
Mark some items as TODO.

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

Modified: brlcad/trunk/include/bu/opt.h
===================================================================
--- brlcad/trunk/include/bu/opt.h       2015-05-31 18:01:04 UTC (rev 65125)
+++ brlcad/trunk/include/bu/opt.h       2015-05-31 18:06:32 UTC (rev 65126)
@@ -46,15 +46,15 @@
 /** Output format options for bu_opt documentation generation */
 typedef enum {
     BU_OPT_ASCII,
-    BU_OPT_DOCBOOK,
-    BU_OPT_HTML,
-    BU_OPT_LATEX,
-    BU_OPT_MARKDOWN
+    BU_OPT_DOCBOOK, /* TODO */
+    BU_OPT_HTML,    /* TODO */
+    BU_OPT_LATEX,   /* TODO */
+    BU_OPT_MARKDOWN /* TODO */
 } bu_opt_format_t;
 
 typedef enum {
-    BU_OPT_SHORT,
-    BU_OPT_FULL
+    BU_OPT_SHORT,  /* TODO */
+    BU_OPT_FULL    /* TODO */
 } bu_opt_desc_t;
 
 
@@ -127,6 +127,8 @@
  * Opt_col specifies how wide the options column is, and desc_cols
  * specifies how wide the description column is.
  */
+
+/* TODO - support actually using the struct... */
 struct bu_opt_desc_opts {
     bu_opt_desc_t desc_type;
     bu_opt_format_t format_type;
@@ -189,6 +191,8 @@
 BU_EXPORT extern struct bu_opt_data *bu_opt_find_name(const char *name, 
bu_opt_data_t *results);
 
 /**
+ * TODO
+ *
  * If an option has a message string associated with it, this function will
  * get it.  This works for both valid and invalid opts, to allow for error
  * message retrieval.  If multiple instances of a key are present, the msg
@@ -196,6 +200,8 @@
 BU_EXPORT extern const char *bu_opt_msg(int key, bu_opt_data_t *results);
 
 /**
+ * TODO
+ *
  * If an option has a message string associated with it, this function will
  * get it.  This works for both valid and invalid opts, to allow for error
  * message retrieval.  If multiple instances of a name are present, the msg

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