diff options
Diffstat (limited to 'buildtools/pascal/README.dox')
-rw-r--r-- | buildtools/pascal/README.dox | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/buildtools/pascal/README.dox b/buildtools/pascal/README.dox new file mode 100644 index 00000000..4f3b9897 --- /dev/null +++ b/buildtools/pascal/README.dox @@ -0,0 +1,13 @@ +/** \class PascalProjectPart +This is the Pascal build tool part. + +Common build tool part part for all available pascal compilers (gpc, fpc, dcc). +It holds no project file list and tries to abstract from their specifics. + +\authors <a href="mailto:cloudtemple AT mksat.net">Alexander Dymo</a> + +\maintainer <a href="mailto:cloudtemple AT mksat.net">Alexander Dymo</a> + +\deprecated This class is deprecated, use GenericProjectPart (buildtools/generic) instead. + +*/ |