reference/cmark/book.xml
bbfa9738785f054752e6cb565cd0a58e71015bc6
...
...
@@ -1,7 +1,7 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3

4
-
<book xml:id="book.cmark" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns:xi="http://www.w3.org/2001/XInclude">
4
+
<book xml:id="book.cmark" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">
5
5
<?phpdoc extension-membership="pecl" ?>
6
6
<title>CommonMark</title>
7
7
<titleabbrev>CommonMark</titleabbrev>
...
...
@@ -46,6 +46,7 @@
46
46
</preface>
47
47

48
48
&reference.cmark.setup;
49
+
&reference.cmark.constants;
49
50
&reference.cmark.commonmark.node.document;
50
51
&reference.cmark.commonmark.node.heading;
51
52
&reference.cmark.commonmark.node.paragraph;
52
53