From: Juerg Billeter Date: Mon, 12 May 2008 20:34:33 +0000 (+0000) Subject: Add sections for methods and attributes X-Git-Tag: VALA_0_3_2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a0f697cae8e1b6e17cdc6a8a510988c30c77dfae;p=thirdparty%2Fvala.git Add sections for methods and attributes 2008-05-12 Juerg Billeter * 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 --- diff --git a/ChangeLog b/ChangeLog index 8504a9a9e..4762ffa65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-05-12 Jürg Billeter + + * 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 * doc/vala/expressions.xml: diff --git a/doc/vala/Makefile.am b/doc/vala/Makefile.am index b724c1818..0bdc8f334 100644 --- a/doc/vala/Makefile.am +++ b/doc/vala/Makefile.am @@ -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 index 000000000..b0bf6a176 --- /dev/null +++ b/doc/vala/attributes.xml @@ -0,0 +1,6 @@ + +
+ Attributes +

Documentation

+
+ diff --git a/doc/vala/index.xml b/doc/vala/index.xml index e93939f81..7c65624e9 100644 --- a/doc/vala/index.xml +++ b/doc/vala/index.xml @@ -10,12 +10,14 @@ + + diff --git a/doc/vala/methods.xml b/doc/vala/methods.xml new file mode 100644 index 000000000..e45211dda --- /dev/null +++ b/doc/vala/methods.xml @@ -0,0 +1,6 @@ + +
+ Methods +

Documentation

+
+