mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-24 11:25:30 +00:00
Update documentation.
This commit is contained in:
parent
2099ff6962
commit
b43af676ba
@ -1,8 +1,8 @@
|
||||
---
|
||||
title: Mini-XML 3.1 API Reference
|
||||
title: Mini-XML 3.2 API Reference
|
||||
author: Michael R Sweet
|
||||
copyright: Copyright © 2003-2019, All Rights Reserved.
|
||||
version: 3.1
|
||||
copyright: Copyright © 2003-2020, All Rights Reserved.
|
||||
version: 3.2
|
||||
...
|
||||
|
||||
# Introduction
|
||||
|
@ -1,4 +1,4 @@
|
||||
.TH mxml 3 "Mini-XML API" "2019-11-17" "Mini-XML API"
|
||||
.TH mxml 3 "Mini-XML API" "2020-01-10" "Mini-XML API"
|
||||
.SH NAME
|
||||
mxml \- Mini-XML API
|
||||
.SH INCLUDE FILE
|
||||
|
BIN
doc/mxml.epub
BIN
doc/mxml.epub
Binary file not shown.
@ -1,13 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<head>
|
||||
<title>Mini-XML 3.1 API Reference</title>
|
||||
<title>Mini-XML 3.2 API Reference</title>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
||||
<meta name="generator" content="codedoc v3.3">
|
||||
<meta name="author" content="Michael R Sweet">
|
||||
<meta name="language" content="en-US">
|
||||
<meta name="copyright" content="Copyright © 2003-2019, All Rights Reserved.">
|
||||
<meta name="version" content="3.1">
|
||||
<meta name="copyright" content="Copyright © 2003-2020, All Rights Reserved.">
|
||||
<meta name="version" content="3.2">
|
||||
<style type="text/css"><!--
|
||||
body, p, h1, h2, h3, h4, h5, h6 {
|
||||
font-family: sans-serif;
|
||||
@ -161,9 +161,9 @@ h2.title, h3.title {
|
||||
<body>
|
||||
<div class="header">
|
||||
<p><img src="mxml-cover.png" width="100%"></p>
|
||||
<h1 class="title">Mini-XML 3.1 API Reference</h1>
|
||||
<h1 class="title">Mini-XML 3.2 API Reference</h1>
|
||||
<p>Michael R Sweet</p>
|
||||
<p>Copyright © 2003-2019, All Rights Reserved.</p>
|
||||
<p>Copyright © 2003-2020, All Rights Reserved.</p>
|
||||
</div>
|
||||
<div class="contents">
|
||||
<h2 class="title">Contents</h2>
|
||||
|
Loading…
Reference in New Issue
Block a user