summaryrefslogtreecommitdiff
path: root/include/freetype/ftfntfmt.h
diff options
context:
space:
mode:
authorNikhil Ramakrishnan <ramakrishnan.nikhil@gmail.com>2018-06-18 00:38:36 +0530
committerNikhil Ramakrishnan <ramakrishnan.nikhil@gmail.com>2018-06-18 03:40:29 +0530
commite13599a0369cf68279b991dbab3e845d7a300399 (patch)
treeeb5728ee960e08e97e58b91bb6395d2524ba3089 /include/freetype/ftfntfmt.h
parentd573a46f771c956c486412ccc756efa1b283e455 (diff)
downloadfreetype2-e13599a0369cf68279b991dbab3e845d7a300399.tar.gz
Change documentation markup tags to lowercase.
Implemented as per discussion in http://lists.nongnu.org/archive/html/freetype-devel/2018-06/msg00073.html No change in functionality, of course.
Diffstat (limited to 'include/freetype/ftfntfmt.h')
-rw-r--r--include/freetype/ftfntfmt.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/include/freetype/ftfntfmt.h b/include/freetype/ftfntfmt.h
index c073e3708..3f3d410ee 100644
--- a/include/freetype/ftfntfmt.h
+++ b/include/freetype/ftfntfmt.h
@@ -34,16 +34,16 @@ FT_BEGIN_HEADER
/**************************************************************************
*
- * @Section:
+ * @section:
* font_formats
*
- * @Title:
+ * @title:
* Font Formats
*
- * @Abstract:
+ * @abstract:
* Getting the font format.
*
- * @Description:
+ * @description:
* The single function in this section can be used to get the font
* format. Note that this information is not needed normally;
* however, there are special cases (like in PDF devices) where it is
@@ -54,24 +54,24 @@ FT_BEGIN_HEADER
/**************************************************************************
*
- * @Function:
+ * @function:
* FT_Get_Font_Format
*
- * @Description:
+ * @description:
* Return a string describing the format of a given face. Possible
* values are `TrueType', `Type~1', `BDF', `PCF', `Type~42',
* `CID~Type~1', `CFF', `PFR', and `Windows~FNT'.
*
* The return value is suitable to be used as an X11 FONT_PROPERTY.
*
- * @Input:
+ * @input:
* face ::
* Input face handle.
*
- * @Return:
+ * @return:
* Font format string. NULL in case of error.
*
- * @Note:
+ * @note:
* A deprecated name for the same function is
* `FT_Get_X11_Font_Format'.
*/