~ubuntu-branches/debian/sid/kdevelop/sid

« back to all changes in this revision

Viewing changes to parts/konsole/README.dox

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2010-05-05 07:21:55 UTC
  • mfrom: (1.2.3 upstream) (5.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100505072155-h78lx19pu04sbhtn
Tags: 4:4.0.0-2
* Upload to unstable (Closes: #579947, #481832).
* Acknowledge obsolete NMU fixes (Closes: #562410, #546961).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/** \class KonsoleViewPart
2
 
Put a brief description here, the brief description ends at the first dot.
3
 
Put a more detailed description of your part in these lines. It can span
4
 
over several lines. You can even use some html commands in these lines like:
5
 
<code>This is code</code>, html links <a href="http://somelocation">link text</a>,
6
 
and images.
7
 
 
8
 
\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a>
9
 
 
10
 
\maintainer <a href="mailto:$EMAIL$">$AUTHOR$</a>
11
 
\maintainer <a href="mailto:2nd maintainer AT provider.com">2nd maintainer full name</a>
12
 
...
13
 
\maintainer <a href="mailto:nth maintainer AT provider.com">nth maintainer full name</a>
14
 
 
15
 
\feature Describe the first feature
16
 
\feature Describe the second feature
17
 
...
18
 
\feature Describe the last feature
19
 
 
20
 
\bug Describe a the 1st bug that you know of, but probably hasn't been reported yet.
21
 
..
22
 
\bug Describe a the nth bug that you know of, but probably hasn't been reported yet.
23
 
 
24
 
\requirement Describe a the 1st requirement of your part.
25
 
\requirement Describe a the 2nd requirement of your part.
26
 
...
27
 
\requirement Describe a the nth requirement of your part.
28
 
 
29
 
\todo Describe a the 1st TODO of your part.
30
 
\todo Describe a the 2nd TODO of your part.
31
 
...
32
 
\todo Describe a the nth TODO of your part.
33
 
 
34
 
\faq <b>First frequenly asked question about your part ?</b> Answer.
35
 
\faq <b>Second frequenly asked question about your part ?</b> Answer.
36
 
...
37
 
\faq <b>Last frequenly asked question about your part ?</b> Answer.
38
 
 
39
 
\note First note text.
40
 
\note Second note text.
41
 
...
42
 
\note Last note text.
43
 
 
44
 
\warning First warning text.
45
 
\warning Second warning text.
46
 
...
47
 
\warning Last warning text.
48
 
 
49
 
*/