[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Thu Aug 18 14:47:29 UTC 2005
SVN commit 450709 by okellogg:
growList(): Fix doc.
M +2 -2 linepath.h
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/linepath.h #450708:450709
@@ -263,9 +263,9 @@
void createHeadLines();
/**
- * Create a number of new lines and append them to m_HeadList.
+ * Create a number of new lines and append them to the given list.
*
- * @param by The number of lines to insert into m_HeadList.
+ * @param by The number of lines to insert into the given list.
*/
void growList(LineList &list, int by);
More information about the umbrello-devel
mailing list