Fix FcStrDirname documentation. (bug 16068)
Description of FcStrDirname is absent in the official documentation of fontconfig-2.5.92. At the same time the source documentation contains description of the function. The problem is a consequence of a misprint in the format of the source documentation file 'fcstring.fncs'. The finish mark of description of the previous function is absent.
This commit is contained in:
parent
4dfb4aa1d4
commit
0faca4ff82
|
@ -221,6 +221,7 @@ new string.
|
||||||
@DESC@
|
@DESC@
|
||||||
This is just a wrapper around free(3) which helps track memory usage of
|
This is just a wrapper around free(3) which helps track memory usage of
|
||||||
strings within the fontconfig library.
|
strings within the fontconfig library.
|
||||||
|
@@
|
||||||
|
|
||||||
@RET@ FcChar8 *
|
@RET@ FcChar8 *
|
||||||
@FUNC@ FcStrDirname
|
@FUNC@ FcStrDirname
|
||||||
|
|
Loading…
Reference in New Issue