From f1fe73d1909a2448a004a88362a1a532d0d4f7c3 Mon Sep 17 00:00:00 2001 From: sanine Date: Sun, 12 Feb 2023 23:53:22 -0600 Subject: switch to tinyobj and nanovg from assimp and cairo --- libs/cairo-1.16.0/doc/public/README | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 libs/cairo-1.16.0/doc/public/README (limited to 'libs/cairo-1.16.0/doc/public/README') diff --git a/libs/cairo-1.16.0/doc/public/README b/libs/cairo-1.16.0/doc/public/README deleted file mode 100644 index f3d157b..0000000 --- a/libs/cairo-1.16.0/doc/public/README +++ /dev/null @@ -1,37 +0,0 @@ -Cairo Reference Documentation -============================= - -The API documentation is generated using gtk-doc. - - -Building --------- - -The documentation is not built by default. To build it you need to -configure with gtk-doc enabled (--enable-gtk-doc), and run: - - make doc - - -Adding New API --------------- - -When adding new symbols and macros to the public API, modify -cairo-section.txt and add new symbols to the right place. - -When adding whole new features, you also need to modify cairo-docs.xml -and add a new file under tmpl/. Beware that the files are tmpl/ are -both manually edited AND modified by gtk-doc, gathering documentation -stub from source files. - - -Tests ------ - -There are some tests in this directory, ensuring proper documentation -syntax as well as checking that all public symbols are fully documented. - -After adding any new API, just run: - - make check - -- cgit v1.2.1