Index: include/versetreekey.h =================================================================== --- include/versetreekey.h (revision 2205) +++ include/versetreekey.h (working copy) @@ -54,6 +54,7 @@ /** * VerseKey Constructor - initializes Instance of VerseKey * + * @param treeKey a TreeKey which will form the basis of this VerseTreeKey * @param ikey text key (will take various forms of 'BOOK CH:VS'. * See parse() for more detailed information) */ @@ -62,6 +63,7 @@ /** * VerseKey Constructor - initializes instance of VerseKey * + * @param treeKey a TreeKey which will form the basis of this VerseTreeKey * @param ikey base key (will take various forms of 'BOOK CH:VS'. * See parse() for more detailed information) */ @@ -70,6 +72,7 @@ /** VerseKey Constructor - initializes instance of VerseKey * with boundariess - see also LowerBound() * and UpperBound() + * @param treeKey a TreeKey which will form the basis of this VerseTreeKey * @param min the lower boundary of the new VerseKey * @param max the upper boundary of the new VerseKey */ Index: include/versekey.h =================================================================== --- include/versekey.h (revision 2205) +++ include/versekey.h (working copy) @@ -186,7 +186,7 @@ /** sets the lower boundary for this VerseKey * and returns the new boundary * - * @param lb the new lower boundary for this VerseKey + * @param ub the new upper boundary for this VerseKey * @return the lower boundary the key was set to */ VerseKey &LowerBound(const VerseKey &ub); Index: include/swmodule.h =================================================================== --- include/swmodule.h (revision 2205) +++ include/swmodule.h (working copy) @@ -450,7 +450,7 @@ /** Adds a RenderFilter to this module's renderFilters queue. * Render Filters are called when the module is asked to produce * renderable text. - * @param newFilter the filter to add + * @param newfilter the filter to add * @return *this */ virtual SWModule &AddRenderFilter(SWFilter *newfilter) { Index: include/treekey.h =================================================================== --- include/treekey.h (revision 2205) +++ include/treekey.h (working copy) @@ -128,7 +128,7 @@ /** Set the key to this path. If the path doesn't exist, then * nodes are created as necessary - * @keyPath = path to set/create; if unsupplied, then use any unsnapped setText value. + * @param keyPath path to set/create; if unsupplied, then use any unsnapped setText value. */ virtual void assureKeyPath(const char *keyPath = 0); virtual void save() {}