summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2018-06-21 13:34:15 +0200
committerRobin Watts <robin.watts@artifex.com>2018-06-22 18:07:58 +0100
commit89e48d25f4c25bb454c93349ecbab169ae5f0463 (patch)
treea1bcc59162e0e57f4ecf7c3422d1b3bbeff4e2de /docs
parentc39d9ce510de61341530c53bf3314da5375c17d6 (diff)
downloadmupdf-89e48d25f4c25bb454c93349ecbab169ae5f0463.tar.xz
Update docs to fit with new website.
Diffstat (limited to 'docs')
-rw-r--r--docs/building.html7
-rw-r--r--docs/coding-overview.html20
2 files changed, 14 insertions, 13 deletions
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.
<p>
You should have received a copy of the GNU Affero General Public License along
-with this program. If not, see <http://www.gnu.org/licenses/>.
+with this program. If not, see
+<a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>
<p>
-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 <a href="https://artifex.com/contact-us/">Artifex Software</a>.
<h2>Download</h2>
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 @@
<li><a href="#cloning-the-context">Cloning the context</a>
</ul>
-<h2><a id="basic-mupdf-usage-example">
+<h2><a id="basic-mupdf-usage-example"></a>
Basic MuPDF usage example
-</a></h2>
+</h2>
<p>
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.
-<h2><a id="common-function-arguments">
+<h2><a id="common-function-arguments"></a>
Common function arguments
-</a></h2>
+</h2>
<p>
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.
-<h2><a id="error-handling">
+<h2><a id="error-handling"></a>
Error handling
-</a></h2>
+</h2>
<p>
MuPDF uses a set of exception handling macros to simplify error return
@@ -207,9 +207,9 @@ Things to note about this:
NULL things.
</ol>
-<h2><a id="multi-threading">
+<h2><a id="multi-threading"></a>
Multi-threading
-</a></h2>
+</h2>
<p>
First off, study the basic usage example in
@@ -336,9 +336,9 @@ For an example of how to do multi-threading see
<a href="examples/multi-threaded.c">docs/examples/multi-threaded.c</a>
which has a main thread and one rendering thread per page.
-<h2><a id="cloning-the-context">
+<h2><a id="cloning-the-context"></a>
Cloning the context
-</a></h2>
+</h2>
<p>
As described above, every context contains an exception stack which is