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

« back to all changes in this revision

Viewing changes to buildtools/ada/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 AdaProjectPart
 
2
Ada Project: the common project part for all available ada
 
3
compilers (currently only gnat).
 
4
It holds the project file list and tries to abstract from their specifics.
 
5
 
 
6
\authors <a href="mailto:okellogg AT users.sourceforge.net">Oliver Kellogg</a>
 
7
 
 
8
\unmaintained This part is currently un-maintained
 
9
 
 
10
\deprecated This class is deprecated, use GenericProjectPart (buildtools/generic) instead.
 
11
 
 
12
\feature supports gnat compiler
 
13
\feature Holds the project file list and tries to abstract from their specifics
 
14
 
 
15
\requirement Ada gnat compiler
 
16
 
 
17
*/