equal
deleted
inserted
replaced
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!-- |
|
3 Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
|
4 All rights reserved. |
|
5 --> |
|
6 <!DOCTYPE reference PUBLIC "-//OASIS//DTD DITA Reference//EN" "reference.dtd"> |
|
7 <reference xml:lang="en-us" outputclass="element" id="cxxfile"> |
|
8 <title>cxxfile</title> |
|
9 <shortdesc>The <cxxfile> element is a reference to a C++ file.</shortdesc> |
|
10 <refbody> |
|
11 <section> |
|
12 <title>Description</title> |
|
13 <p>The <cxxfile> element can be used to reference a C++ file from another topic type. </p> |
|
14 </section> |
|
15 <example> |
|
16 <title>Example</title> |
|
17 <codeblock><task id="connectionsxml"> |
|
18 <title>Connections</title> |
|
19 <taskbody> |
|
20 |
|
21 <steps> |
|
22 <step><cm>Open the connection</cm> |
|
23 <info>Details for the connection class are in the <cxxfile keyref="connectionfile">connection file</cxxfile> |
|
24 </info> |
|
25 |
|
26 </step> |
|
27 ... |
|
28 </steps> |
|
29 </taskbody> |
|
30 </task></codeblock> |
|
31 </example> |
|
32 <section conref="../packagedef.dita#cxxfile-reference/cxxfile-containedBy-section"/> |
|
33 <section conref="../packagedef.dita#cxxfile-reference/cxxfile-contains-section"/> |
|
34 <section conref="../packagedef.dita#cxxfile-reference/cxxfile-contentModel-section"/> |
|
35 <section conref="../packagedef.dita#cxxfile-reference/cxxfile-attList-section"/> |
|
36 <section conref="../packagedef.dita#cxxfile-reference/cxxfile-classValue-section"/> |
|
37 </refbody> |
|
38 </reference> |