diff -r e28b89693f37 -r 299802979277 src/eric7/Documentation/Source/eric7.EricXML.ProjectReader.html --- a/src/eric7/Documentation/Source/eric7.EricXML.ProjectReader.html Tue Dec 19 11:04:03 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.EricXML.ProjectReader.html Tue Dec 19 19:57:08 2023 +0100 @@ -98,14 +98,14 @@ </p> <dl> -<dt><i>device</i></dt> +<dt><i>device</i> (QIODevice)</dt> <dd> -reference to the I/O device to read from (QIODevice) +reference to the I/O device to read from </dd> -<dt><i>project</i></dt> +<dt><i>project</i> (Project)</dt> <dd> Reference to the project object to store the - information into. + information into. </dd> </dl> <a NAME="ProjectReader.__readBasicDataField" ID="ProjectReader.__readBasicDataField"></a> @@ -117,17 +117,17 @@ </p> <dl> -<dt><i>tag</i></dt> +<dt><i>tag</i> (str)</dt> <dd> -name of the list tag (string) +name of the list tag </dd> -<dt><i>dataTag</i></dt> +<dt><i>dataTag</i> (str)</dt> <dd> -name of the data tag (string) +name of the data tag </dd> -<dt><i>dataKey</i></dt> +<dt><i>dataKey</i> (str)</dt> <dd> -key of the project data element (string) +key of the project data element </dd> </dl> <a NAME="ProjectReader.__readFiles" ID="ProjectReader.__readFiles"></a> @@ -139,17 +139,17 @@ </p> <dl> -<dt><i>tag</i></dt> +<dt><i>tag</i> (str)</dt> <dd> -name of the list tag (string) +name of the list tag </dd> -<dt><i>listTag</i></dt> +<dt><i>listTag</i> (str)</dt> <dd> -name of the list element tag (string) +name of the list element tag </dd> -<dt><i>dataKey</i></dt> +<dt><i>dataKey</i> (str)</dt> <dd> -key of the project data element (string) +key of the project data element </dd> </dl> <a NAME="ProjectReader.__readFiletypeAssociations" ID="ProjectReader.__readFiletypeAssociations"></a>