From: Sebastian B. <sb...@us...> - 2014-01-19 18:49:38
|
Update of /cvsroot/simplemail/simplemail In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv24747 Modified Files: index_external.c Log Message: Fixed doxygen docu. Index: index_external.c =================================================================== RCS file: /cvsroot/simplemail/simplemail/index_external.c,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- index_external.c 19 Jan 2014 18:49:16 -0000 1.40 +++ index_external.c 19 Jan 2014 18:49:36 -0000 1.41 @@ -484,9 +484,10 @@ /** - * Verify whether the index is consitent, i.e., whether all strings are in increasing order. + * Count the total number of strings to which the index refers. + * This includes the strings of the internal nodes as well as the leaves. * - * @param + * @param idx * @param block * @param level */ |