(mflt_dump_gstring): Document it.
authorhanda <handa>
Fri, 10 Dec 2010 05:45:33 +0000 (05:45 +0000)
committerhanda <handa>
Fri, 10 Dec 2010 05:45:33 +0000 (05:45 +0000)
src/m17n-flt.c

index 0a28989..ec3fbcc 100644 (file)
@@ -3226,6 +3226,13 @@ mdebug_dump_flt (MFLT *flt, int indent)
   return flt;
 }
 
+/***en
+    @brief Dump an MFLTGlyphString.
+
+    The mflt_dump_gstring () function prints the glyph sequence
+    $GSTRING in a human readable way to the stderr or to what
+    specified by the environment variable MDEBUG_OUTPUT_FILE.  */
+
 void
 mflt_dump_gstring (MFLTGlyphString *gstring)
 {