summaryrefslogtreecommitdiff
path: root/include/freetype/ftchapters.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2018-06-17 11:22:37 +0200
committerWerner Lemberg <wl@gnu.org>2018-06-17 11:22:37 +0200
commit19d8687f0b95e51daf729d51a4e154cd1b5efc1a (patch)
tree24af6ebad77e13d31dbcdafeceb35dab31232bd8 /include/freetype/ftchapters.h
parentda846919141be47171e33f9a3fe4c57ba8fa7fbf (diff)
downloadfreetype2-19d8687f0b95e51daf729d51a4e154cd1b5efc1a.tar.gz
Fix documentation indentation; s/@const/@enum/; harmonize doc keywords.
Diffstat (limited to 'include/freetype/ftchapters.h')
-rw-r--r--include/freetype/ftchapters.h244
1 files changed, 124 insertions, 120 deletions
diff --git a/include/freetype/ftchapters.h b/include/freetype/ftchapters.h
index 6ed66d69f..acaf2bc2a 100644
--- a/include/freetype/ftchapters.h
+++ b/include/freetype/ftchapters.h
@@ -6,134 +6,138 @@
*/
-/****************************************************************************
- *
- * @Chapter:
- * general_remarks
- *
- * @Title:
- * General Remarks
- *
- * @Sections:
- * header_inclusion
- * user_allocation
- *
- */
+ /****************************************************************************
+ *
+ * @Chapter:
+ * general_remarks
+ *
+ * @Title:
+ * General Remarks
+ *
+ * @Sections:
+ * header_inclusion
+ * user_allocation
+ *
+ */
-/****************************************************************************
- *
- * @Chapter:
- * core_api
- *
- * @Title:
- * Core API
- *
- * @Sections:
- * version
- * basic_types
- * base_interface
- * glyph_variants
- * glyph_management
- * mac_specific
- * sizes_management
- * header_file_macros
- *
- */
+ /****************************************************************************
+ *
+ * @Chapter:
+ * core_api
+ *
+ * @Title:
+ * Core API
+ *
+ * @Sections:
+ * version
+ * basic_types
+ * base_interface
+ * glyph_variants
+ * glyph_management
+ * mac_specific
+ * sizes_management
+ * header_file_macros
+ *
+ */
-/****************************************************************************
- *
- * @Chapter:
- * format_specific
- *
- * @Title:
- * Format-Specific API
- *
- * @Sections:
- * multiple_masters
- * truetype_tables
- * type1_tables
- * sfnt_names
- * bdf_fonts
- * cid_fonts
- * pfr_fonts
- * winfnt_fonts
- * font_formats
- * gasp_table
- *
- */
+ /****************************************************************************
+ *
+ * @Chapter:
+ * format_specific
+ *
+ * @Title:
+ * Format-Specific API
+ *
+ * @Sections:
+ * multiple_masters
+ * truetype_tables
+ * type1_tables
+ * sfnt_names
+ * bdf_fonts
+ * cid_fonts
+ * pfr_fonts
+ * winfnt_fonts
+ * font_formats
+ * gasp_table
+ *
+ */
-/****************************************************************************
- *
- * @Chapter:
- * module_specific
- *
- * @Title:
- * Controlling FreeType Modules
- *
- * @Sections:
- * auto_hinter
- * cff_driver
- * t1_cid_driver
- * tt_driver
- * pcf_driver
- * properties
- * parameter_tags
- * lcd_rendering
- *
- */
+ /****************************************************************************
+ *
+ * @Chapter:
+ * module_specific
+ *
+ * @Title:
+ * Controlling FreeType Modules
+ *
+ * @Sections:
+ * auto_hinter
+ * cff_driver
+ * t1_cid_driver
+ * tt_driver
+ * pcf_driver
+ * properties
+ * parameter_tags
+ * lcd_rendering
+ *
+ */
-/****************************************************************************
- *
- * @Chapter:
- * cache_subsystem
- *
- * @Title:
- * Cache Sub-System
- *
- * @Sections:
- * cache_subsystem
- *
- */
+ /****************************************************************************
+ *
+ * @Chapter:
+ * cache_subsystem
+ *
+ * @Title:
+ * Cache Sub-System
+ *
+ * @Sections:
+ * cache_subsystem
+ *
+ */
-/****************************************************************************
- *
- * @Chapter:
- * support_api
- *
- * @Title:
- * Support API
- *
- * @Sections:
- * computations
- * list_processing
- * outline_processing
- * quick_advance
- * bitmap_handling
- * raster
- * glyph_stroker
- * system_interface
- * module_management
- * gzip
- * lzw
- * bzip2
- *
- */
+ /****************************************************************************
+ *
+ * @Chapter:
+ * support_api
+ *
+ * @Title:
+ * Support API
+ *
+ * @Sections:
+ * computations
+ * list_processing
+ * outline_processing
+ * quick_advance
+ * bitmap_handling
+ * raster
+ * glyph_stroker
+ * system_interface
+ * module_management
+ * gzip
+ * lzw
+ * bzip2
+ *
+ */
-/****************************************************************************
- *
- * @Chapter:
- * error_codes
- *
- * @Title:
- * Error Codes
- *
- * @Sections:
- * error_enumerations
- * error_code_values
- *
- */
+
+ /****************************************************************************
+ *
+ * @Chapter:
+ * error_codes
+ *
+ * @Title:
+ * Error Codes
+ *
+ * @Sections:
+ * error_enumerations
+ * error_code_values
+ *
+ */
+
+
+/* END */