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

« back to all changes in this revision

Viewing changes to languages/perl/README.dox

  • Committer: Bazaar Package Importer
  • Author(s): Jeremy Lainé
  • Date: 2006-05-23 18:39:42 UTC
  • Revision ID: james.westby@ubuntu.com-20060523183942-hucifbvh68k2bwz7
Tags: upstream-3.3.2
Import upstream version 3.3.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/** \class PerlSupportPart
 
2
This is perl language support plugin.
 
3
 
 
4
Put a more detailed description of your part in these lines. It can span
 
5
over several lines. You can even use some html commands in these lines like:
 
6
<code>This is code</code>, html links <a href="http://somelocation">link text</a>,
 
7
and images.
 
8
 
 
9
\authors <a href="mailto:bernd AT kdevelop.org">Bernd Gehrmann</a>
 
10
\authors <a href="mailto:willems.luc AT pandora.be">Luc Willems</a>
 
11
 
 
12
\maintainer <a href="mailto:willems.luc AT pandora.be">Luc Willems</a>
 
13
 
 
14
\feature perl programming language support
 
15
\feature Consult \ref LangSupportStatus for a up to date features/status of this programming language support part.
 
16
 
 
17
\bug Describe a the 1st bug that you know of, but probably hasn't been reported yet.
 
18
..
 
19
\bug Describe a the nth bug that you know of, but probably hasn't been reported yet.
 
20
 
 
21
\requirement Describe a the 1st requirement of your part.
 
22
\requirement Describe a the 2nd requirement of your part.
 
23
...
 
24
\requirement Describe a the nth requirement of your part.
 
25
 
 
26
\todo Describe a the 1st TODO of your part.
 
27
\todo Describe a the 2nd TODO of your part.
 
28
...
 
29
\todo Describe a the nth TODO of your part.
 
30
 
 
31
\faq <b>First frequenly asked question about your part ?</b> Answer.
 
32
\faq <b>Second frequenly asked question about your part ?</b> Answer.
 
33
...
 
34
\faq <b>Last frequenly asked question about your part ?</b> Answer.
 
35
 
 
36
\note First note text.
 
37
\note Second note text.
 
38
...
 
39
\note Last note text.
 
40
 
 
41
\warning First warning text.
 
42
\warning Second warning text.
 
43
...
 
44
\warning Last warning text.
 
45
 
 
46
*/