diff -r c4c17121eff8 -r a21d673a8f99 eric6/Documentation/Source/eric6.Project.QuickFindFileDialog.html --- a/eric6/Documentation/Source/eric6.Project.QuickFindFileDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.QuickFindFileDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -175,13 +175,13 @@ Private method to generate a set of locations that can be searched. </p> <dl> -<dt>Returns:</dt> +<dt>Yield:</dt> <dd> -yields set of files in our project... +set of files in our project </dd> </dl> <dl> -<dt>Return Type:</dt> +<dt>Yield Type:</dt> <dd> str </dd> @@ -205,7 +205,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a file was opened </dd> @@ -242,7 +242,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> sorted subset of items which match searchTerm in relevance order (i.e. the most likely match first) @@ -273,7 +273,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the event was handled </dd>