vala r1378 - in trunk: . doc/vala
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1378 - in trunk: . doc/vala
- Date: Mon, 12 May 2008 21:34:33 +0100 (BST)
Author: juergbi
Date: Mon May 12 20:34:33 2008
New Revision: 1378
URL: http://svn.gnome.org/viewvc/vala?rev=1378&view=rev
Log:
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
Added:
trunk/doc/vala/attributes.xml
trunk/doc/vala/methods.xml
Modified:
trunk/ChangeLog
trunk/doc/vala/Makefile.am
trunk/doc/vala/index.xml
Modified: trunk/doc/vala/Makefile.am
==============================================================================
--- trunk/doc/vala/Makefile.am (original)
+++ trunk/doc/vala/Makefile.am Mon May 12 20:34:33 2008
@@ -8,12 +8,14 @@
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 @@
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)
Added: trunk/doc/vala/attributes.xml
==============================================================================
--- (empty file)
+++ trunk/doc/vala/attributes.xml Mon May 12 20:34:33 2008
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<section id="attributes">
+ <h>Attributes</h>
+ <p>Documentation</p>
+</section>
+
Modified: trunk/doc/vala/index.xml
==============================================================================
--- trunk/doc/vala/index.xml (original)
+++ trunk/doc/vala/index.xml Mon May 12 20:34:33 2008
@@ -10,12 +10,14 @@
<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>
Added: trunk/doc/vala/methods.xml
==============================================================================
--- (empty file)
+++ trunk/doc/vala/methods.xml Mon May 12 20:34:33 2008
@@ -0,0 +1,6 @@
+<?xml version="1.0"?>
+<section id="methods">
+ <h>Methods</h>
+ <p>Documentation</p>
+</section>
+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]