File: qml-int.xml

package info (click to toggle)
qttools-opensource-src 5.15.17-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 58,636 kB
  • sloc: cpp: 204,308; xml: 3,621; ansic: 265; javascript: 120; perl: 118; makefile: 64; java: 32
file content (21 lines) | stat: -rw-r--r-- 747 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<db:article xmlns:db="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" version="5.2" xml:lang="en">
<db:info>
<db:title>int QML Basic Type</db:title>
<db:productname>Test</db:productname>
<db:titleabbrev>A test project for QDoc build artifacts</db:titleabbrev>
<db:abstract>
<db:para>An integer basic type.</db:para>
</db:abstract>
</db:info>
<db:section xml:id="details">
<db:title>Detailed Description</db:title>
</db:section>
<db:section xml:id="method-documentation">
<db:title>Method Documentation</db:title>
<db:section xml:id="abs-method">
<db:title>int abs()</db:title>
<db:para>Returns the absolute value of this integer.</db:para>
</db:section>
</db:section>
</db:article>