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

@@ -93,8 +93,6 @@ typedef enum pdfio_valtype_e // PDF value types
PDFIO_VALTYPE_NUMBER, // Number (integer or real)
PDFIO_VALTYPE_STRING // String
} pdfio_valtype_t;
typedef struct _pdfio_value_s pdf_value_t;
// PDF value of any type
//