summaryrefslogtreecommitdiff
path: root/include/freetype/ftlist.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/ftlist.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/ftlist.h')
-rw-r--r--include/freetype/ftlist.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/freetype/ftlist.h b/include/freetype/ftlist.h
index ae9801b9d..c9a51de76 100644
--- a/include/freetype/ftlist.h
+++ b/include/freetype/ftlist.h
@@ -174,12 +174,12 @@ FT_BEGIN_HEADER
/* */
/* <Description> */
/* An FT_List iterator function which is called during a list parse */
- /* by FT_List_Iterate(). */
+ /* by @FT_List_Iterate. */
/* */
/* <Input> */
/* node :: The current iteration list node. */
/* */
- /* user :: A typeless pointer passed to FT_List_Iterate(). */
+ /* user :: A typeless pointer passed to @FT_List_Iterate. */
/* Can be used to point to the iteration's state. */
/* */
typedef FT_Error
@@ -219,8 +219,8 @@ FT_BEGIN_HEADER
/* FT_List_Destructor */
/* */
/* <Description> */
- /* An FT_List iterator function which is called during a list */
- /* finalization by FT_List_Finalize() to destroy all elements in a */
+ /* An @FT_List iterator function which is called during a list */
+ /* finalization by @FT_List_Finalize to destroy all elements in a */
/* given list. */
/* */
/* <Input> */
@@ -228,7 +228,7 @@ FT_BEGIN_HEADER
/* */
/* data :: The current object to destroy. */
/* */
- /* user :: A typeless pointer passed to FT_List_Iterate(). It can */
+ /* user :: A typeless pointer passed to @FT_List_Iterate. It can */
/* be used to point to the iteration's state. */
/* */
typedef void