Doco updates.

This commit is contained in:
Michael R Sweet
2021-06-07 17:06:13 -04:00
parent a698b9c1a2
commit b005175003
6 changed files with 276 additions and 46 deletions

View File

@@ -25,7 +25,7 @@ static int compare_strings(char **a, char **b);
// 'pdfioStringCreate()' - Create a durable literal string.
//
// This function creates a literal string associated with the PDF file
// "pwg". The "s" string points to a nul-terminated C string.
// "pdf". The "s" string points to a nul-terminated C string.
//
// `NULL` is returned on error, otherwise a `char *` that is valid until
// `pdfioFileClose` is called.
@@ -85,7 +85,7 @@ pdfioStringCreate(
// 'pdfioStringCreatef()' - Create a durable formatted string.
//
// This function creates a formatted string associated with the PDF file
// "pwg". The "format" string contains `printf`-style format characters.
// "pdf". The "format" string contains `printf`-style format characters.
//
// `NULL` is returned on error, otherwise a `char *` that is valid until
// `pdfioFileClose` is called.