diff src/animate.c @ 119:257a1d314bcd

Bug of insert sort
author Thinker K.F. Li <thinker@branda.to>
date Sun, 14 Sep 2008 21:08:25 +0800
parents e4e47d2cdbcd
children 5df7403b6fbc
line wrap: on
line diff
--- a/src/animate.c	Sun Sep 14 18:53:17 2008 +0800
+++ b/src/animate.c	Sun Sep 14 21:08:25 2008 +0800
@@ -103,6 +103,11 @@
     mb_word_t words[1];
 };
 
+/*! \brief Create a program object.
+ *
+ * \param max_words is maximum number of words the program can hold.
+ * \param rdman is a rdman that show graphics manipulated by it.
+ */
 mb_progm_t *mb_progm_new(int max_words, redraw_man_t *rdman) {
     mb_progm_t *progm;
     int i;