From 89e48d25f4c25bb454c93349ecbab169ae5f0463 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Thu, 21 Jun 2018 13:34:15 +0200 Subject: Update docs to fit with new website. --- docs/coding-overview.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'docs/coding-overview.html') diff --git a/docs/coding-overview.html b/docs/coding-overview.html index 2a376a72..7504df78 100644 --- a/docs/coding-overview.html +++ b/docs/coding-overview.html @@ -22,9 +22,9 @@
  • Cloning the context -

    +

    Basic MuPDF usage example -

    +

    For an example of how to use MuPDF in the most basic way, see @@ -33,9 +33,9 @@ To limit the complexity and give an easier introduction this code has no error handling at all, but any serious piece of code using MuPDF should use the error handling strategies described below. -

    +

    Common function arguments -

    +

    Most functions in MuPDF's interface take a context argument. @@ -55,9 +55,9 @@ parsing or rendering pages of the document. It contains for example: Without the set of locks and accompanying functions the context and its proxies may only be used in a single-threaded application. -

    +

    Error handling -

    +

    MuPDF uses a set of exception handling macros to simplify error return @@ -207,9 +207,9 @@ Things to note about this: NULL things. -

    +

    Multi-threading -

    +

    First off, study the basic usage example in @@ -336,9 +336,9 @@ For an example of how to do multi-threading see docs/examples/multi-threaded.c which has a main thread and one rendering thread per page. -

    +

    Cloning the context -

    +

    As described above, every context contains an exception stack which is -- cgit v1.2.3