~ubuntu-branches/ubuntu/raring/vala-0.20/raring-proposed

« back to all changes in this revision

Viewing changes to doc/vala/index.xml

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-04-05 13:45:05 UTC
  • Revision ID: package-import@ubuntu.com-20130405134505-yyk3rec9904i7p8o
Tags: upstream-0.20.1
ImportĀ upstreamĀ versionĀ 0.20.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<html xmlns:xi="http://www.w3.org/2001/XInclude">
 
3
        <head>
 
4
                <title>Vala Reference Manual</title>
 
5
        </head>
 
6
        <body>
 
7
                <h>Vala Reference Manual</h>
 
8
                <xi:include href="overview.xml"/>
 
9
                <xi:include href="types.xml"/>
 
10
                <xi:include href="expressions.xml"/>
 
11
                <xi:include href="statements.xml"/>
 
12
                <xi:include href="namespaces.xml"/>
 
13
                <xi:include href="methods.xml"/>
 
14
                <xi:include href="classes.xml"/>
 
15
                <xi:include href="structs.xml"/>
 
16
                <xi:include href="interfaces.xml"/>
 
17
                <xi:include href="enums.xml"/>
 
18
                <xi:include href="delegates.xml"/>
 
19
                <xi:include href="exceptions.xml"/>
 
20
                <xi:include href="attributes.xml"/>
 
21
        </body>
 
22
</html>
 
23