From: Keith Packard Date: Sun, 4 Nov 2007 06:23:09 +0000 (-0700) Subject: Fix formatting syntax in doc/fccache.fncs X-Git-Tag: 2.4.92~19 X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=commitdiff_plain;h=bfdc0047c670b0ac38bf050bbb81e0ef7299aa1f Fix formatting syntax in doc/fccache.fncs --- 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. @@