|
From: John W. <j_w...@us...> - 2004-11-25 10:33:20
|
Update of /cvsroot/clucene/src/CLucene/util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23092 Modified Files: StringBuffer.cpp Log Message: Commented the code extensively. Each method has now a Func Pre Post description Func - Description of the function of the method Pre - The precondion of the method. i.e. what conditions mus be met before a method can be called Post - The postcondition of the method. i.e. in what state is the instance left behind and what is returned |