diff src/animate.c @ 111:8feb89b19619

More doxy
author Thinker K.F. Li <thinker@branda.to>
date Fri, 12 Sep 2008 23:43:11 +0800
parents ab028c9f0930
children 1d74eb3861b7
line wrap: on
line diff
--- a/src/animate.c	Fri Sep 12 15:31:10 2008 +0800
+++ b/src/animate.c	Fri Sep 12 23:43:11 2008 +0800
@@ -1,4 +1,9 @@
-/*! \brief Animation tools.
+/*! \file
+ * \brief Animation tools.
+ *
+ * \sa ani
+ */
+/*! \page ani What is Animation?
  *
  * XXX: Program is a sequence of actions duration a perior.
  * Actions are grouped into words.  A program defines
@@ -12,6 +17,12 @@
  * called periodically in duration of playing time start at
  * 'start time'.  When the clock run out the playing time of
  * a word, it call stop of actions in the word.
+ *
+ * A program is driven by a timer.  Once a program is started, it registers
+ * with timer for periodic running.  \ref mb_tman_t is timer of
+ * MadButterfly.  The update frequence is 10fps by default, now.
+ *
+ * \sa animate.c
  */
 #include <stdio.h>
 #include <stdlib.h>