2008-05-12 Juerg Billeter <j@bitron.ch>
* doc/vala/Makefile.am:
* doc/vala/attributes.xml:
* doc/vala/index.xml:
* doc/vala/methods.xml:
Add sections for methods and attributes
svn path=/trunk/; revision=1378
+2008-05-12 Jürg Billeter <j@bitron.ch>
+
+ * doc/vala/Makefile.am:
+ * doc/vala/attributes.xml:
+ * doc/vala/index.xml:
+ * doc/vala/methods.xml:
+
+ Add sections for methods and attributes
+
2008-05-12 Jürg Billeter <j@bitron.ch>
* doc/vala/expressions.xml:
expressions.html \
statements.html \
namespaces.html \
+ methods.html \
classes.html \
structs.html \
interfaces.html \
enums.html \
delegates.html \
exceptions.html \
+ attributes.html \
$(NULL)
built_data = \
expressions.xml \
statements.xml \
namespaces.xml \
+ methods.xml \
classes.xml \
structs.xml \
interfaces.xml \
enums.xml \
delegates.xml \
exceptions.xml \
+ attributes.xml \
$(NULL)
MOSTLYCLEANFILES = $(built_data)
--- /dev/null
+<?xml version="1.0"?>
+<section id="attributes">
+ <h>Attributes</h>
+ <p>Documentation</p>
+</section>
+
<xi:include href="expressions.xml"/>
<xi:include href="statements.xml"/>
<xi:include href="namespaces.xml"/>
+ <xi:include href="methods.xml"/>
<xi:include href="classes.xml"/>
<xi:include href="structs.xml"/>
<xi:include href="interfaces.xml"/>
<xi:include href="enums.xml"/>
<xi:include href="delegates.xml"/>
<xi:include href="exceptions.xml"/>
+ <xi:include href="attributes.xml"/>
</body>
</html>
--- /dev/null
+<?xml version="1.0"?>
+<section id="methods">
+ <h>Methods</h>
+ <p>Documentation</p>
+</section>
+