[Uml-devel] kdesdk/umbrello/umbrello/codegenerators
Oliver Kellogg
okellogg at users.sourceforge.net
Wed Dec 29 01:58:00 UTC 2004
CVS commit by okellogg:
startline: Unused, remove. Doxy fixes.
M +8 -13 cppwriter.h 1.11
--- kdesdk/umbrello/umbrello/codegenerators/cppwriter.h #1.10:1.11
@@ -70,5 +70,5 @@ private:
/**
- * Writes class's documentation then the class header
+ * Writes class's documentation to the class header
* public abstract class Foo extents {
*/
@@ -96,7 +96,7 @@ private:
* write all operations for a given class
* @param c the class for which we are generating code
- * @param i whether or not we are writing this to a source or header file
- * @param j what type of method to write (by Scope)
- * @param k the stream associated with the output file
+ * @param isHeaderMethod true when writing to a header file, false for body file
+ * @param permitScope what type of method to write (by Scope)
+ * @param j the stream associated with the output file
*/
void writeOperations(UMLClassifier *c, bool isHeaderMethod, Uml::Scope permitScope, QTextStream &j);
@@ -105,5 +105,5 @@ private:
* write a list of operations for a given class
* @param list the list of operations you want to write
- * @param i whether or not we are writing this to a source or header file
+ * @param isHeaderMethod true when writing to a header file, false for body file
* @param j the stream associated with the output file
*/
@@ -164,5 +164,5 @@ private:
/**
* calls @ref writeSingleAttributeAccessorMethods() or @ref
- * writeVectorAttributeAccessorMethods() on the assocaition
+ * writeVectorAttributeAccessorMethods() on the association
* role
*/
@@ -207,5 +207,5 @@ private:
/**
- * write the source code file for this classifier.
+ * write the source code body file for this classifier.
*/
void writeSourceFile (UMLClassifier *c, QFile &file);
@@ -273,9 +273,4 @@ private:
/**
- * A \n, used at the end of each line
- */
- QString startline;
-
- /**
* Summary information about current classifier.
*/
@@ -306,5 +301,5 @@ private:
/**
- * Constrol whether or not we want to write the package name as a namespace
+ * Control whether or not we want to write the package name as a namespace
* in our class.
*/
More information about the umbrello-devel
mailing list