diff -r a6d8718f37b5 -r a3f1dcf94fe4 ProjectWeb/Documentation/source/Plugin_Project_Web.ProjectWeb.Html5ToCss3Converter.html --- a/ProjectWeb/Documentation/source/Plugin_Project_Web.ProjectWeb.Html5ToCss3Converter.html Wed Dec 30 11:02:10 2020 +0100 +++ b/ProjectWeb/Documentation/source/Plugin_Project_Web.ProjectWeb.Html5ToCss3Converter.html Mon Apr 26 17:47:56 2021 +0200 @@ -132,7 +132,7 @@ Private method to extract all classes of the HTML text. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples containing the tag name and its classes as a blank separated string (list of tuples of two strings) @@ -146,7 +146,7 @@ Private method to extract all IDs of the HTML text. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples containing the tag name and its ID (list of tuples of two strings) @@ -160,7 +160,7 @@ Private method to extract all tags of the HTML text. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all tags (list of strings) </dd> @@ -173,7 +173,7 @@ Public method to get the converted CSS3 text. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> CSS3 text (string) </dd>