--- a/Helpviewer/SearchWidget.py Sat Sep 28 19:06:25 2013 +0200 +++ b/Helpviewer/SearchWidget.py Sat Sep 28 20:07:36 2013 +0200 @@ -94,7 +94,9 @@ @pyqtSlot(bool) def on_highlightAllCheckBox_toggled(self, checked): """ - Private slot to toggle the highlight of all occurences. + Private slot to toggle the highlight of all occurrences. + + @param checked flag indicating the check box toggle state (boolean) """ cbr = self.__mainWindow.currentBrowser() if cbr is None: