--- a/ProjectWeb/Documentation/source/Plugin_Project_Web.ProjectWeb.Html5ToJsConverter.html Wed Dec 30 11:02:10 2020 +0100 +++ b/ProjectWeb/Documentation/source/Plugin_Project_Web.ProjectWeb.Html5ToJsConverter.html Mon Apr 26 17:47:56 2021 +0200 @@ -128,7 +128,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) @@ -142,7 +142,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) @@ -156,7 +156,7 @@ Public method to get the converted JavaScript text. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> JavaScript text (string) </dd>