diff options
Diffstat (limited to 'Source/cmUnixMakefile.h')
-rw-r--r-- | Source/cmUnixMakefile.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmUnixMakefile.h b/Source/cmUnixMakefile.h index 67c0911..220a07d 100644 --- a/Source/cmUnixMakefile.h +++ b/Source/cmUnixMakefile.h @@ -25,7 +25,9 @@ class cmUnixMakefile : public cmMakefile { public: - // Write the makefile to the named file + /** + * Write the makefile to the named file + */ void OutputMakefile(const char* file); protected: void OutputDepends(std::ostream&); |