]> git.tdb.fi Git - builder.git/blobdiff - plugins/gnu/gnucompiler.h
Comment cleanup and other cosmetic fixes
[builder.git] / plugins / gnu / gnucompiler.h
index 98c71ede09e0973a3c705bbbdbb35b51eb1c0550..572e376fa354b9e24451b0b5d33b056a0a32fbc5 100644 (file)
@@ -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
 {