Modified:
trunk/imbus/src/im_main.h
Log:
document update
Modified: trunk/imbus/src/im_main.h
==============================================================================
--- trunk/imbus/src/im_main.h (original)
+++ trunk/imbus/src/im_main.h Mon Nov 19 06:22:45 2007
@@ -16,6 +16,8 @@
* It initializes internal data of IMBUS library.
* It must be called as soon as the main program runs,
* before calling any other functions of IMBUS library.
+ *
+ * @returns im_init() function shall not return a value.
*/
void im_init (int *argc,
char ***argv);