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