From bfdc0047c670b0ac38bf050bbb81e0ef7299aa1f Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 3 Nov 2007 23:23:09 -0700 Subject: [PATCH] Fix formatting syntax in doc/fccache.fncs --- doc/fccache.fncs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/fccache.fncs b/doc/fccache.fncs index 0a08632..36db10c 100644 --- a/doc/fccache.fncs +++ b/doc/fccache.fncs @@ -32,7 +32,7 @@ This function returns the directory from which the cache was constructed. @FUNC@ FcCacheCopySet @TYPE1@ const FcCache * @ARG1@ cache @PURPOSE@ Returns a copy of the fontset from cache -@DESC +@DESC@ The returned fontset contains each of the font patterns from cache. This fontset may be modified, but the patterns from the cache are read-only. @@ -43,7 +43,7 @@ from the cache are read-only. @TYPE1@ const FcCache * @ARG1@ cache @TYPE2@ int @ARG2@ i @PURPOSE@ Return the i'th subdirectory. -@DESC +@DESC@ The set of subdirectories stored in a cache file are indexed by this function, i should range from 0 to n-1, where n is the return @@ -54,7 +54,7 @@ value from FcCacheNumSubdir. @FUNC@ FcCacheNumSubdir @TYPE1@ const FcCache * @ARG1@ cache @PURPOSE@ Return the number of subdirectories in cache. -@DESC +@DESC@ This returns the total number of subdirectories in the cache. @@ @@ -62,7 +62,7 @@ This returns the total number of subdirectories in the cache. @FUNC@ FcCacheNumFont @TYPE1@ const FcCache * @ARG1@ cache @PURPOSE@ Returns the number of fonts in cache. -@DESC +@DESC@ This returns the number of fonts which would be included in the return from FcCacheCopySet. @@ -- 2.39.2