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/building.html | 7 ++++--- docs/coding-overview.html | 20 ++++++++++---------- 2 files changed, 14 insertions(+), 13 deletions(-) (limited to 'docs') diff --git a/docs/building.html b/docs/building.html index 624459c6..10da4fa4 100644 --- a/docs/building.html +++ b/docs/building.html @@ -30,11 +30,12 @@ PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU Affero General Public License along -with this program. If not, see . +with this program. If not, see +http://www.gnu.org/licenses/

-For commercial licensing, including our "Indie Dev" friendly options, -please contact sales@artifex.com. +For commercial licensing, including our "Indie Dev" friendly options, please +contact Artifex Software.

Download

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