]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Add sections for methods and attributes
authorJuerg Billeter <j@bitron.ch>
Mon, 12 May 2008 20:34:33 +0000 (20:34 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Mon, 12 May 2008 20:34:33 +0000 (20:34 +0000)
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

ChangeLog
doc/vala/Makefile.am
doc/vala/attributes.xml [new file with mode: 0644]
doc/vala/index.xml
doc/vala/methods.xml [new file with mode: 0644]

index 8504a9a9e1bf2d5fced6ce119a8c45068b4a4d0a..4762ffa65f8f1691c8e84d863bd707a485c420cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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:
index b724c18180ede90ab310c4c2c820871b2c1394a3..0bdc8f334ddf7fdd1d240d90eb87ee72eb255e59 100644 (file)
@@ -8,12 +8,14 @@ chapter_data = \
        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 = \
@@ -44,12 +46,14 @@ book_sources = \
        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)
diff --git a/doc/vala/attributes.xml b/doc/vala/attributes.xml
new file mode 100644 (file)
index 0000000..b0bf6a1
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<section id="attributes">
+       <h>Attributes</h>
+       <p>Documentation</p>
+</section>
+
index e93939f81d0ae12d5e1706185b1bf16f8839f7b0..7c65624e978d4c55557ce24ee0d888e4ea9c5df1 100644 (file)
                <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>
 
diff --git a/doc/vala/methods.xml b/doc/vala/methods.xml
new file mode 100644 (file)
index 0000000..e45211d
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<section id="methods">
+       <h>Methods</h>
+       <p>Documentation</p>
+</section>
+