summaryrefslogtreecommitdiff
path: root/include/freetype/fttypes.h
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2006-05-12 08:00:13 +0000
committerWerner Lemberg <wl@gnu.org>2006-05-12 08:00:13 +0000
commit6756dc15ba424186394ca3f295ba8d125b0f047e (patch)
tree6155c1e691a0a299d22943ee77445507af32e3ba /include/freetype/fttypes.h
parentfd74ec68b44fe2346b89ccc485a1d451f26df9d6 (diff)
downloadfreetype2-6756dc15ba424186394ca3f295ba8d125b0f047e.tar.gz
* src/tools/docmaker/sources.py (re_source_keywords): Add word
boundary markers. * src/tools/docmaker/content.py (re_field): Allow `.' in field names (but not at the beginning or end). * include/freetype/*: Many minor documentation improvements (adding links, spelling errors, etc.).
Diffstat (limited to 'include/freetype/fttypes.h')
-rw-r--r--include/freetype/fttypes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/freetype/fttypes.h b/include/freetype/fttypes.h
index 44a1cafa6..44ad625c1 100644
--- a/include/freetype/fttypes.h
+++ b/include/freetype/fttypes.h
@@ -498,8 +498,8 @@ FT_BEGIN_HEADER
/* FT_ListNode */
/* */
/* <Description> */
- /* Many elements and objects in FreeType are listed through a */
- /* FT_List record (see FT_ListRec). As its name suggests, a */
+ /* Many elements and objects in FreeType are listed through an */
+ /* @FT_List record (see @FT_ListRec). As its name suggests, an */
/* FT_ListNode is a handle to a single list element. */
/* */
typedef struct FT_ListNodeRec_* FT_ListNode;
@@ -511,7 +511,7 @@ FT_BEGIN_HEADER
/* FT_List */
/* */
/* <Description> */
- /* A handle to a list record (see FT_ListRec). */
+ /* A handle to a list record (see @FT_ListRec). */
/* */
typedef struct FT_ListRec_* FT_List;