diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js
index 296fb703..f0e0e2c7 100644
--- a/media/js/jquery.dataTables.js
+++ b/media/js/jquery.dataTables.js
@@ -9152,7 +9152,7 @@
* (default) it will be treated as a straight string. When "bSmart"
* DataTables will use it's smart filtering methods (to word match at
* any point in the data), when false this will not be done.
- * @type object
+ * @namespace
* @extends DataTable.models.oSearch
* @dtopt Options
*
@@ -10962,7 +10962,6 @@
/**
* Extension object for DataTables that is used to provide all extension options.
- * See {@link DataTable.models.ext} for full information about the extension object.
*
* Note that the DataTable.ext object is available through
* jQuery.fn.dataTable.ext where it may be accessed and manipulated. It is
diff --git a/media/src/DataTables.js b/media/src/DataTables.js
index 09296199..1d6b907f 100644
--- a/media/src/DataTables.js
+++ b/media/src/DataTables.js
@@ -123,7 +123,6 @@
/**
* Extension object for DataTables that is used to provide all extension options.
- * See {@link DataTable.models.ext} for full information about the extension object.
*
* Note that the DataTable.ext object is available through
* jQuery.fn.dataTable.ext where it may be accessed and manipulated. It is
diff --git a/media/src/model/model.defaults.js b/media/src/model/model.defaults.js
index 292cd14f..63c7f0a7 100644
--- a/media/src/model/model.defaults.js
+++ b/media/src/model/model.defaults.js
@@ -1685,7 +1685,7 @@ DataTable.defaults = {
* (default) it will be treated as a straight string. When "bSmart"
* DataTables will use it's smart filtering methods (to word match at
* any point in the data), when false this will not be done.
- * @type object
+ * @namespace
* @extends DataTable.models.oSearch
* @dtopt Options
*