From 21d0bcc2dec1bd111fb63ce748b2abfdd9b5aeb8 Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 13 Dec 2010 10:40:40 +0000 Subject: [PATCH] Exclude extern variables from Doxygen's scope. --- src/m17n-flt.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/m17n-flt.h b/src/m17n-flt.h index 0d74393..a9efff7 100644 --- a/src/m17n-flt.h +++ b/src/m17n-flt.h @@ -425,6 +425,9 @@ extern MCharTable *mflt_coverage (MFLT *flt); extern int mflt_run (MFLTGlyphString *gstring, int from, int to, MFLTFont *font, MFLT *flt); +/*=*/ +/*** @} */ + extern int mflt_enable_new_feature; extern MSymbol (*mflt_font_id) (MFLTFont *font); @@ -437,9 +440,6 @@ extern int (*mflt_iterate_otf_feature) (MFLTFont *font, extern int (*mflt_try_otf) (struct _MFLTFont *font, MFLTOtfSpec *spec, MFLTGlyphString *gstring, int from, int to); -/*=*/ -/*** @} */ - M17N_END_HEADER #endif /* _M17N_FLT_H_ */ -- 1.7.10.4