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

« back to all changes in this revision

Viewing changes to languages/ruby/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 RubySupportPart
2
 
This is a Ruby support plugin
3
 
 
4
 
\authors <a href="mailto:marek AT janukowicz.net">Marek Janukowicz</a>
5
 
 
6
 
\maintainer <a href="mailto:marek AT janukowicz.net">Marek Janukowicz</a>
7
 
 
8
 
\feature Ruby language support
9
 
\feature .rb template for New File
10
 
\feature Ruby project template for Application Wizard
11
 
\feature "Run" option in menu
12
 
\feature Consult \ref LangSupportStatus for a up to date features/status of this programming language support part.
13
 
 
14
 
\bug Describe a the 1st bug that you know of, but probably hasn't been reported yet.
15
 
..
16
 
\bug Describe a the nth bug that you know of, but probably hasn't been reported yet.
17
 
 
18
 
\requirement Describe a the 1st requirement of your part.
19
 
\requirement Describe a the 2nd requirement of your part.
20
 
...
21
 
\requirement Describe a the nth requirement of your part.
22
 
 
23
 
\todo Describe a the 1st TODO of your part.
24
 
\todo Describe a the 2nd TODO of your part.
25
 
...
26
 
\todo Describe a the nth TODO of your part.
27
 
 
28
 
\faq <b>First frequenly asked question about your part ?</b> Answer.
29
 
\faq <b>Second frequenly asked question about your part ?</b> Answer.
30
 
...
31
 
\faq <b>Last frequenly asked question about your part ?</b> Answer.
32
 
 
33
 
\note First note text.
34
 
\note Second note text.
35
 
...
36
 
\note Last note text.
37
 
 
38
 
\warning First warning text.
39
 
\warning Second warning text.
40
 
...
41
 
\warning Last warning text.
42
 
 
43
 
*/