From: handa Date: Fri, 10 Dec 2010 05:45:33 +0000 (+0000) Subject: (mflt_dump_gstring): Document it. X-Git-Tag: REL-1-6-3-RC~25 X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-lib.git;a=commitdiff_plain;h=012f94b974e030c40d39836cae8505ad0399303c (mflt_dump_gstring): Document it. --- diff --git a/src/m17n-flt.c b/src/m17n-flt.c index 0a28989..ec3fbcc 100644 --- a/src/m17n-flt.c +++ b/src/m17n-flt.c @@ -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) {