Exclude extern variables from Doxygen's scope.
authorhanda <handa>
Mon, 13 Dec 2010 10:40:40 +0000 (10:40 +0000)
committerhanda <handa>
Mon, 13 Dec 2010 10:40:40 +0000 (10:40 +0000)
src/m17n-flt.h

index 0d74393..a9efff7 100644 (file)
@@ -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_ */