diff -r d133c7edd88a -r f85f686981ad Documentation/Source/eric5.Project.AddFoundFilesDialog.html --- a/Documentation/Source/eric5.Project.AddFoundFilesDialog.html Sun Sep 29 18:22:08 2013 +0200 +++ b/Documentation/Source/eric5.Project.AddFoundFilesDialog.html Sun Sep 29 18:23:27 2013 +0200 @@ -44,10 +44,9 @@ <p> Class implementing a dialog to show the found files to the user. </p><p> - The found files are displayed in a listview. - Pressing the 'Add All' button adds all files to the current project, - the 'Add Selected' button adds only the selected files and the 'Cancel' - button cancels the operation. + The found files are displayed in a listview. Pressing the 'Add All' button + adds all files to the current project, the 'Add Selected' button adds only + the selected files and the 'Cancel' button cancels the operation. </p> <h3>Derived from</h3> QDialog, Ui_AddFoundFilesDialog @@ -113,22 +112,16 @@ <b>on_addAllButton_clicked</b>(<i></i>) <p> Private slot to handle the 'Add All' button press. -</p><dl> -<dt>Returns:</dt> -<dd> -always 1 (int) -</dd> -</dl><a NAME="AddFoundFilesDialog.on_addSelectedButton_clicked" ID="AddFoundFilesDialog.on_addSelectedButton_clicked"></a> +</p><p> + Always returns the value 1 (integer). +</p><a NAME="AddFoundFilesDialog.on_addSelectedButton_clicked" ID="AddFoundFilesDialog.on_addSelectedButton_clicked"></a> <h4>AddFoundFilesDialog.on_addSelectedButton_clicked</h4> <b>on_addSelectedButton_clicked</b>(<i></i>) <p> Private slot to handle the 'Add Selected' button press. -</p><dl> -<dt>Returns:</dt> -<dd> -always 2 (int) -</dd> -</dl><a NAME="AddFoundFilesDialog.on_buttonBox_clicked" ID="AddFoundFilesDialog.on_buttonBox_clicked"></a> +</p><p> + Always returns the value 2 (integer). +</p><a NAME="AddFoundFilesDialog.on_buttonBox_clicked" ID="AddFoundFilesDialog.on_buttonBox_clicked"></a> <h4>AddFoundFilesDialog.on_buttonBox_clicked</h4> <b>on_buttonBox_clicked</b>(<i>button</i>) <p>