ref: b720070988ea80ca74d644cd7ab77f1f81c54a1e
parent: 029c9b2391476285cb4b25b52360744c649305b0
author: Werner Lemberg <[email protected]>
date: Sat Jan 6 03:39:30 EST 2018
Minor doc fixes.
--- a/include/freetype/freetype.h
+++ b/include/freetype/freetype.h
@@ -1981,8 +1981,8 @@
/* */
/* If compilation option FT_CONFIG_OPTION_ENVIRONMENT_PROPERTIES is */
/* set, this function reads the `FREETYPE_PROPERTIES' environment */
- /* variable to control driver properties. See sections @auto_hinter, */
- /* @cff_driver, @pcf_driver, and @tt_driver for more. */
+ /* variable to control driver properties. See section @properties */
+ /* for more. */
/* */
FT_EXPORT( FT_Error )
FT_Init_FreeType( FT_Library *alibrary );
--- a/include/freetype/ftoutln.h
+++ b/include/freetype/ftoutln.h
@@ -190,9 +190,6 @@
/* If the outline's `owner' field is not set, only the outline */
/* descriptor will be released. */
/* */
- /* The reason why this function takes an `library' parameter is */
- /* simply to use ft_mem_free(). */
- /* */
FT_EXPORT( FT_Error )
FT_Outline_Done( FT_Library library,
FT_Outline* outline );