File: prompt.xml

package info (click to toggle)
r-cran-xml 3.99-0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,688 kB
  • sloc: ansic: 6,659; xml: 2,890; asm: 486; sh: 12; makefile: 2
file content (93 lines) | stat: -rw-r--r-- 1,861 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0"?>
<!DOCTYPE Rhelp SYSTEM "Rhelp.dtd">

<Rhelp>
<sname>
prompt.xml
</sname>
<alias>
prompt.xml
</alias>
<title>
 ~~function to do ... ~~ 
</title>
<description>
~~ A concise (1-5 lines) description of what the function does. ~~
</description>
<usage>
<sname>prompt.xml</sname>
<arg>
<argName>object</argName>
</arg>
<next />
<arg>
<argName>file</argName>
<defaultValue>NULL</defaultValue>
</arg>
<next />
<arg>
<argName>...</argName>
</arg>
<next />
<arg>
<argName>header</argName>
<defaultValue></defaultValue>
</arg>
<next />
<arg>
<argName>footer</argName>
<defaultValue></defaultValue>
</arg>
</usage>
<arguments>
<argument>
<argDescriptionName>object</argDescriptionName>
<argDescription>~~Describe objecthere~~</argDescription>
</argument>
<argument>
<argDescriptionName>file</argDescriptionName>
<argDescription>~~Describe filehere~~</argDescription>
</argument>
<argument>
<argDescriptionName>...</argDescriptionName>
<argDescription>~~Describe ...here~~</argDescription>
</argument>
<argument>
<argDescriptionName>header</argDescriptionName>
<argDescription>~~Describe headerhere~~</argDescription>
</argument>
<argument>
<argDescriptionName>footer</argDescriptionName>
<argDescription>~~Describe footerhere~~</argDescription>
</argument>
</arguments>
<details>
  ~~ If necessary, more details than the __description__  above ~~
</details>
<value>
~Describe the value returned  If it is a LIST, use  \item{comp1 }{Description of `comp1'}  \item{comp2 }{Description of `comp2'}  ...
</value>
<references>
<reference>
<url>http://www.omegahat.net</url>
</reference>
</references>
<author>
Duncan Temple Lang
</author>
<note>
</note>
<seeAlso>
<a href=""></a>
</seeAlso>
<examples>
<example dontRun="T">
   x %sgets function(a=1, b=2, ...) {
        .....
   }
</example>
</examples>
<keywords>
<keyword></keyword>
</keywords>
</Rhelp>