From 012f94b974e030c40d39836cae8505ad0399303c Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 10 Dec 2010 05:45:33 +0000 Subject: [PATCH] (mflt_dump_gstring): Document it. --- src/m17n-flt.c | 7 +++++++ 1 file changed, 7 insertions(+) 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) { -- 1.7.10.4