diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-01-26 16:01:49 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2020-01-26 16:02:39 +0100 |
commit | 2d20fc39aaa3a3e48f25cbb95f38f54fe2bcdd9f (patch) | |
tree | dd7f0c0305d3a6133f01e96ad0d6a3cbc54550eb /modules/upnp/doc_classes | |
parent | 689db68822ad48a75a595e3dae17388dbbf64c10 (diff) |
doc: Drop unused 'category' property from header
We already removed it from the online docs with #35132.
Currently it can only be "Built-In Types" (Variant types) or "Core"
(everything else), which is of limited use.
We might also want to consider dropping it from `ClassDB` altogether
in Godot 4.0.
Diffstat (limited to 'modules/upnp/doc_classes')
-rw-r--r-- | modules/upnp/doc_classes/UPNP.xml | 2 | ||||
-rw-r--r-- | modules/upnp/doc_classes/UPNPDevice.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/upnp/doc_classes/UPNP.xml b/modules/upnp/doc_classes/UPNP.xml index aac0932995..b66428e123 100644 --- a/modules/upnp/doc_classes/UPNP.xml +++ b/modules/upnp/doc_classes/UPNP.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="UPNP" inherits="Reference" category="Core" version="3.2"> +<class name="UPNP" inherits="Reference" version="3.2"> <brief_description> UPNP network functions. </brief_description> diff --git a/modules/upnp/doc_classes/UPNPDevice.xml b/modules/upnp/doc_classes/UPNPDevice.xml index 4d3a0f4f1d..d74912071d 100644 --- a/modules/upnp/doc_classes/UPNPDevice.xml +++ b/modules/upnp/doc_classes/UPNPDevice.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="UPNPDevice" inherits="Reference" category="Core" version="3.2"> +<class name="UPNPDevice" inherits="Reference" version="3.2"> <brief_description> UPNP device. </brief_description> |