X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=plugins%2Fgnu%2Fgnucompiler.h;h=572e376fa354b9e24451b0b5d33b056a0a32fbc5;hb=29449994312b5429486e6dc8b5e557572d99829e;hp=98c71ede09e0973a3c705bbbdbb35b51eb1c0550;hpb=fb227db74439dcece17291638b5587e11fcaf64f;p=builder.git diff --git a/plugins/gnu/gnucompiler.h b/plugins/gnu/gnucompiler.h index 98c71ed..572e376 100644 --- a/plugins/gnu/gnucompiler.h +++ b/plugins/gnu/gnucompiler.h @@ -6,11 +6,8 @@ class ObjectFile; /** -Common base class for GNU compilers. Turns SourceFiles into ObjectFiles. - -Since invocation is mostly the same for all language frontends, most of the -logic is here and the individual tools only handle creating source files of -appropriate type. +The GNU compiler. Can be created with different tags for different languages. +Turns SourceFiles into ObjectFiles. */ class GnuCompiler: public Tool {