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

« back to all changes in this revision

Viewing changes to buildtools/haskell/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 HaskellProjectPart
 
2
This is the Haskell build tool part.
 
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:listener AT thaldyron.com">Peter Robinson</a>
 
9
 
 
10
\maintainer <a href="mailto:listener AT thaldyron.com">Peter Robinson</a>
 
11
 
 
12
\deprecated This class is deprecated, use GenericProjectPart (buildtools/generic) instead.
 
13
 
 
14
\feature Describe the first feature
 
15
\feature Describe the second feature
 
16
...
 
17
\feature Describe the last feature
 
18
 
 
19
\bug Describe a the 1st bug that you know of, but probably hasn't been reported yet.
 
20
..
 
21
\bug Describe a the nth bug that you know of, but probably hasn't been reported yet.
 
22
 
 
23
\requirement Describe a the 1st requirement of your part.
 
24
\requirement Describe a the 2nd requirement of your part.
 
25
...
 
26
\requirement Describe a the nth requirement of your part.
 
27
 
 
28
\todo Describe a the 1st TODO of your part.
 
29
\todo Describe a the 2nd TODO of your part.
 
30
...
 
31
\todo Describe a the nth TODO of your part.
 
32
 
 
33
\faq <b>First frequenly asked question about your part ?</b> Answer.
 
34
\faq <b>Second frequenly asked question about your part ?</b> Answer.
 
35
...
 
36
\faq <b>Last frequenly asked question about your part ?</b> Answer.
 
37
 
 
38
\note First note text.
 
39
\note Second note text.
 
40
...
 
41
\note Last note text.
 
42
 
 
43
\warning First warning text.
 
44
\warning Second warning text.
 
45
...
 
46
\warning Last warning text.
 
47
 
 
48
*/