mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05:00
Improve a bit the look of the main page of the API docs
https://bugzilla.gnome.org/show_bug.cgi?id=695641
This commit is contained in:
parent
be46869782
commit
460dc9f2ef
2
.gitignore
vendored
2
.gitignore
vendored
@ -90,3 +90,5 @@ doc/reference/meta-overrides.txt
|
|||||||
doc/reference/meta-undeclared.txt
|
doc/reference/meta-undeclared.txt
|
||||||
doc/reference/meta-undocumented.txt
|
doc/reference/meta-undocumented.txt
|
||||||
doc/reference/meta-unused.txt
|
doc/reference/meta-unused.txt
|
||||||
|
doc/reference/meta-docs.sgml
|
||||||
|
doc/reference/meta.types
|
||||||
|
@ -437,6 +437,7 @@ Makefile
|
|||||||
doc/Makefile
|
doc/Makefile
|
||||||
doc/man/Makefile
|
doc/man/Makefile
|
||||||
doc/reference/Makefile
|
doc/reference/Makefile
|
||||||
|
doc/reference/meta-docs.sgml
|
||||||
src/Makefile
|
src/Makefile
|
||||||
src/wm-tester/Makefile
|
src/wm-tester/Makefile
|
||||||
src/libmutter.pc
|
src/libmutter.pc
|
||||||
|
@ -3,44 +3,44 @@
|
|||||||
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"
|
||||||
[
|
[
|
||||||
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
|
<!ENTITY % local.common.attrib "xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'">
|
||||||
|
<!ENTITY version "@VERSION@">
|
||||||
]>
|
]>
|
||||||
<book id="index">
|
<book id="index">
|
||||||
<bookinfo>
|
<bookinfo>
|
||||||
<title>meta Reference Manual</title>
|
<title>Mutter Reference Manual</title>
|
||||||
<releaseinfo>
|
<releaseinfo>
|
||||||
for meta [VERSION].
|
This document is for Mutter &version;.
|
||||||
The latest version of this documentation can be found on-line at
|
The latest version of this documentation can be found on-line at
|
||||||
<ulink role="online-location" url="http://[SERVER]/meta/index.html">http://[SERVER]/meta/</ulink>.
|
<ulink role="online-location" url="http://developer.gnome.org/meta/">http://developer.gnome.org/meta/</ulink>.
|
||||||
</releaseinfo>
|
</releaseinfo>
|
||||||
</bookinfo>
|
</bookinfo>
|
||||||
|
|
||||||
<chapter>
|
<part id="core-reference">
|
||||||
<title>[Insert title here]</title>
|
<title>Mutter Core Reference</title>
|
||||||
<xi:include href="xml/barrier.xml"/>
|
<xi:include href="xml/main.xml"/>
|
||||||
<xi:include href="xml/boxes.xml"/>
|
|
||||||
<xi:include href="xml/common.xml"/>
|
<xi:include href="xml/common.xml"/>
|
||||||
<xi:include href="xml/compositor.xml"/>
|
|
||||||
<xi:include href="xml/compositor-mutter.xml"/>
|
|
||||||
<xi:include href="xml/display.xml"/>
|
|
||||||
<xi:include href="xml/errors.xml"/>
|
|
||||||
<xi:include href="xml/gradient.xml"/>
|
<xi:include href="xml/gradient.xml"/>
|
||||||
|
<xi:include href="xml/prefs.xml"/>
|
||||||
|
<xi:include href="xml/util.xml"/>
|
||||||
|
<xi:include href="xml/errors.xml"/>
|
||||||
|
<xi:include href="xml/meta-plugin.xml"/>
|
||||||
|
<xi:include href="xml/barrier.xml"/>
|
||||||
|
<xi:include href="xml/boxes.xml"/>
|
||||||
|
<xi:include href="xml/compositor.xml"/>
|
||||||
|
<xi:include href="xml/display.xml"/>
|
||||||
<xi:include href="xml/group.xml"/>
|
<xi:include href="xml/group.xml"/>
|
||||||
<xi:include href="xml/keybindings.xml"/>
|
<xi:include href="xml/keybindings.xml"/>
|
||||||
<xi:include href="xml/main.xml"/>
|
|
||||||
<xi:include href="xml/meta-background-actor.xml"/>
|
<xi:include href="xml/meta-background-actor.xml"/>
|
||||||
<xi:include href="xml/meta-plugin.xml"/>
|
|
||||||
<xi:include href="xml/meta-shadow-factory.xml"/>
|
<xi:include href="xml/meta-shadow-factory.xml"/>
|
||||||
<xi:include href="xml/meta-shaped-texture.xml"/>
|
<xi:include href="xml/meta-shaped-texture.xml"/>
|
||||||
<xi:include href="xml/meta-window-actor.xml"/>
|
<xi:include href="xml/meta-window-actor.xml"/>
|
||||||
<xi:include href="xml/prefs.xml"/>
|
|
||||||
<xi:include href="xml/preview-widget.xml"/>
|
<xi:include href="xml/preview-widget.xml"/>
|
||||||
<xi:include href="xml/screen.xml"/>
|
<xi:include href="xml/screen.xml"/>
|
||||||
<xi:include href="xml/theme.xml"/>
|
<xi:include href="xml/theme.xml"/>
|
||||||
<xi:include href="xml/util.xml"/>
|
|
||||||
<xi:include href="xml/window.xml"/>
|
<xi:include href="xml/window.xml"/>
|
||||||
<xi:include href="xml/workspace.xml"/>
|
<xi:include href="xml/workspace.xml"/>
|
||||||
|
</part>
|
||||||
|
|
||||||
</chapter>
|
|
||||||
<chapter id="object-tree">
|
<chapter id="object-tree">
|
||||||
<title>Object Hierarchy</title>
|
<title>Object Hierarchy</title>
|
||||||
<xi:include href="xml/tree_index.sgml"/>
|
<xi:include href="xml/tree_index.sgml"/>
|
Loading…
Reference in New Issue
Block a user