diff options
author | Juerg Billeter <j@bitron.ch> | 2007-11-29 13:00:23 +0000 |
---|---|---|
committer | Jürg Billeter <juergbi@src.gnome.org> | 2007-11-29 13:00:23 +0000 |
commit | c5ab383b8150f28b79c5f22afdb45069c5ef77ec (patch) | |
tree | 53f4e3194429da1b1baca509154837fe3a581646 /doc/vala/classes.xml | |
parent | bee064ffea4a3de56259578662825b69a4a3f91e (diff) | |
download | vala-c5ab383b8150f28b79c5f22afdb45069c5ef77ec.tar.gz |
add some basic documentation for statements, extend documentation
2007-11-29 Juerg Billeter <j@bitron.ch>
* doc/vala/Makefile.am, doc/vala/classes.xml, doc/vala/default.css,
doc/vala/delegates.xml, doc/vala/enums.xml, doc/vala/exceptions.xml,
doc/vala/expressions.xml, doc/vala/index.xml, doc/vala/interfaces.xml,
doc/vala/namespaces.xml, doc/vala/statements.xml,
doc/vala/structs.xml, doc/vala/types.xml, doc/vala/xhtml.xsl: add some
basic documentation for statements, extend documentation structure
svn path=/trunk/; revision=735
Diffstat (limited to 'doc/vala/classes.xml')
-rw-r--r-- | doc/vala/classes.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/vala/classes.xml b/doc/vala/classes.xml index 812bebbf7..85feab509 100644 --- a/doc/vala/classes.xml +++ b/doc/vala/classes.xml @@ -44,5 +44,21 @@ class NamespaceName.ClassName { <class-member> }</blockcode> </section> + <section id="fields"> + <h>Fields</h> + <p>Documentation</p> + </section> + <section id="methods"> + <h>Methods</h> + <p>Documentation</p> + </section> + <section id="properties"> + <h>Properties</h> + <p>Documentation</p> + </section> + <section id="signals"> + <h>Signals</h> + <p>Documentation</p> + </section> </section> |