projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0198e35
)
(mflt_dump_gstring): Document it.
author
handa
<handa>
Fri, 10 Dec 2010 05:45:33 +0000
(
05:45
+0000)
committer
handa
<handa>
Fri, 10 Dec 2010 05:45:33 +0000
(
05:45
+0000)
src/m17n-flt.c
patch
|
blob
|
history
diff --git
a/src/m17n-flt.c
b/src/m17n-flt.c
index
0a28989
..
ec3fbcc
100644
(file)
--- 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)
{