]> rtime.felk.cvut.cz Git - frescor/forb.git/commitdiff
Document better forb_init()
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 7 Feb 2011 20:49:25 +0000 (21:49 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 7 Feb 2011 20:49:25 +0000 (21:49 +0100)
src/forb.h

index 9e26590d4e201c4c4769a2bdaf7fdda62504361c..f742d50e96451e2ef23943ec46fe7eb7a1eedb06 100644 (file)
@@ -168,8 +168,10 @@ typedef struct forb_init_attr {
  * Initializes FORB. This function has to be called before any other
  * FORB function.
  * 
- * Any command line arguments used by FORB are removed from the array
- * and @a argc and @a argv are updated accordingly.
+ * Any command line arguments used by FORB are removed from the @a
+ * argv array and @a argc is updated accordingly.
+ *
+ * @note Currently, no command line arguments are used by FORB.
  * 
  * @param argc a pointer to the number of command line arguments.
  * @param argv a pointer to the array of command line arguments.