diff --git a/language/predefined/exception.xml b/language/predefined/exception.xml
index 33ddbcda6e..612afd48e9 100644
--- a/language/predefined/exception.xml
+++ b/language/predefined/exception.xml
@@ -42,11 +42,6 @@
string
message
-
- private
- string
- string
-
protected
int
@@ -62,11 +57,6 @@
int
line
-
- private
- array
- trace
-
&Methods;
@@ -87,12 +77,6 @@
The exception message
-
- string
-
- Internal Exception name
-
-
code
@@ -111,12 +95,6 @@
The line where the exception was thrown
-
- trace
-
- The stack trace
-
-
diff --git a/reference/rar/rarentry.xml b/reference/rar/rarentry.xml
index a1fddc1fdc..18eb1790f4 100644
--- a/reference/rar/rarentry.xml
+++ b/reference/rar/rarentry.xml
@@ -279,53 +279,6 @@
RarEntry::ATTRIBUTE_UNIX_SOCKET
49152
-
- &Properties;
-
- private
- rarfile
-
-
- private
- name
-
-
- private
- unpacked_size
-
-
- private
- packed_size
-
-
- private
- host_os
-
-
- private
- file_time
-
-
- private
- crc
-
-
- private
- attr
-
-
- private
- version
-
-
- private
- method
-
-
- private
- flags
-
-
&Methods;
@@ -334,84 +287,6 @@
-
-
-
- &reftitle.properties;
-
-
- rarfile
-
- Used internally to hold a reference to the RAR file resource. It is not part of the contract.
-
-
-
- name
-
- Used internally to store the UTF-8 encoded entry name. It is not part of the contract.
-
-
-
- unpacked_size
-
- Used internally to store the unpacked entry size. It is not part of the contract.
-
-
-
- packed_size
-
- Used internally to store the packed entry size. It is not part of the contract.
-
-
-
- host_os
-
- Used internally to store the host OS. It is not part of the contract.
-
-
-
- file_time
-
- Used internally to store the last modification time of the entry. It is not part of the contract.
-
-
-
- crc
-
- Used internally to store the entry's hexadecimal string representation of its CRC. It is not part of the contract.
-
-
-
- attr
-
- Used internally to store the entry's attributes. It is not part of the contract.
-
-
-
- version
-
- Used internally to store the minimum RAR version needed to unpack the entry.
- It is encoded as 10 * Major version + minor version. This property is not part of the contract.
-
-
-
- method
-
- Used internally to store the method used to pack the entry. It is not part of the contract.
-
-
-
- flags
-
- Used internally to store several entry properties, such as dictionary size, whether it's a directory,
- is encrypted, is continued in the previous or next volume, is solid or has a comment. Again, not part of the contract.
-
-
-
-
-
-
-
&reftitle.constants;
diff --git a/reference/rar/rarexception.xml b/reference/rar/rarexception.xml
index ac99df7d77..9f6c70c05c 100644
--- a/reference/rar/rarexception.xml
+++ b/reference/rar/rarexception.xml
@@ -119,14 +119,7 @@
- &Properties;
-
- private
- static
- usingExceptions
-
-
&Methods;
@@ -138,47 +131,6 @@
-
-
-
- &reftitle.properties;
-
-
- message
-
- Not part of the contract. Use RarException::getMessage.
-
-
-
- code
-
- Not part of the contract. Use RarException::getCode.
-
-
-
- file
-
- Not part of the contract. Use RarException::getFile.
-
-
-
- line
-
- Not part of the contract. Use RarException::getLine.
-
-
-
- usingExceptions
-
- Not part of the contract.
- Use RarException::isUsingExceptions and RarException::setUsingExceptions.
-
-
-
-
-
-
-
&reference.rar.entities.rarexception;
diff --git a/reference/solr/solrclient.xml b/reference/solr/solrclient.xml
index 7ac92936b5..685cb75194 100644
--- a/reference/solr/solrclient.xml
+++ b/reference/solr/solrclient.xml
@@ -94,13 +94,6 @@
terms
- &Properties;
-
- private
- integer
- _hashtable_index
-
-
&Methods;
@@ -108,22 +101,6 @@
-
-
-
- &reftitle.properties;
-
-
- _hashtable_index
-
- Used to track each SolrClient instance internally.
-
-
-
-
-
-
-
&reftitle.constants;
diff --git a/reference/solr/solrdocument.xml b/reference/solr/solrdocument.xml
index 93e94aadb9..59019ca637 100644
--- a/reference/solr/solrdocument.xml
+++ b/reference/solr/solrdocument.xml
@@ -85,13 +85,6 @@
SolrDocument::SORT_FIELD_BOOST_VALUE
4
-
- &Properties;
-
- private
- _hashtable_index
-
-
&Methods;
@@ -101,21 +94,6 @@
-
-
- &reftitle.properties;
-
-
- privateinteger_hashtable_index
-
- Used internally for mapping object instances in the hash table.
-
-
-
-
-
-
-
&reftitle.constants;
diff --git a/reference/solr/solrinputdocument.xml b/reference/solr/solrinputdocument.xml
index 65a35c2cd8..9b22c264af 100644
--- a/reference/solr/solrinputdocument.xml
+++ b/reference/solr/solrinputdocument.xml
@@ -69,13 +69,6 @@
SolrInputDocument::SORT_FIELD_BOOST_VALUE
4
-
- &Properties;
-
- private
- _hashtable_index
-
-
&Methods;
@@ -83,22 +76,6 @@
-
-
-
-
- &reftitle.properties;
-
-
- privateinteger_hashtable_index
-
- Used internally to track the document instance.
-
-
-
-
-
-
diff --git a/reference/solr/solrmodifiableparams.xml b/reference/solr/solrmodifiableparams.xml
index 8e9bd621c5..de322fa5f9 100644
--- a/reference/solr/solrmodifiableparams.xml
+++ b/reference/solr/solrmodifiableparams.xml
@@ -40,8 +40,6 @@
- &Properties;
-
&Methods;
@@ -54,22 +52,6 @@
-
-
-
- &reftitle.properties;
-
-
- _hashtable_index
-
- Used internally to track object instances.
-
-
-
-
-
-
-
&reference.solr.entities.solrmodifiableparams;
diff --git a/reference/solr/solrparams.xml b/reference/solr/solrparams.xml
index f3f6b667a7..0461b63836 100644
--- a/reference/solr/solrparams.xml
+++ b/reference/solr/solrparams.xml
@@ -36,12 +36,6 @@
- &Properties;
-
- protected
- integer
- _hashtable_index
-
&Methods;
@@ -51,22 +45,6 @@
-
-
-
- &reftitle.properties;
-
-
- _hashtable_index
-
- Used internally to track object instances.
-
-
-
-
-
-
-
&reference.solr.entities.solrparams;
diff --git a/reference/solr/solrquery.xml b/reference/solr/solrquery.xml
index 7e68b80a68..1dc9ae7f1e 100644
--- a/reference/solr/solrquery.xml
+++ b/reference/solr/solrquery.xml
@@ -93,21 +93,6 @@
-
-
- &reftitle.properties;
-
-
- _hashtable_index
-
- Used internally to track object instances.
-
-
-
-
-
-
-