Skip to content

Commit

Permalink
Added documentation skeleton for element <beginpage>.
Browse files Browse the repository at this point in the history
  • Loading branch information
arsi committed Jan 7, 2011
1 parent b2e7ab2 commit a405685
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/book_documentation.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="section_appendix.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="section_article.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="section_articleinfo.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="section_beginpage.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="section_bibliography.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="section_book.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="section_bookinfo.xml" />
Expand Down
6 changes: 6 additions & 0 deletions doc/section_beginpage.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../xsl/main.xsl"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<section id="element_beginpage">
<title>beginpage</title>
</section>
3 changes: 3 additions & 0 deletions doc/section_book.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@
</chapter>
</book>]]></programlisting>
</section>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="section_book_parents.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="section_book_children.xml" />
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="section_book_seealso.xml" />
</section>
14 changes: 14 additions & 0 deletions doc/section_book_seealso.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="../xsl/main.xsl"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<section id="element_book_parents">
<title>Related elements</title>
<para>Related elements:
<simplelist type='inline'>
<member><link linkend="element_appendix">appendix</link></member>
<member><link linkend="element_article">article</link></member>
<member><link linkend="element_chapter">chapter</link></member>
<member><link linkend="element_set">set</link></member>
</simplelist>
</para>
</section>

0 comments on commit a405685

Please sign in to comment.