summaryrefslogtreecommitdiff
path: root/doc/classes/ItemList.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-01-26 16:34:13 +0100
committerGitHub <noreply@github.com>2020-01-26 16:34:13 +0100
commit4cee1cda5e8f66467ea7f29f60cc3a0444ab58aa (patch)
tree0fe0b327474a7fc15dfd44819dec0cee556278c5 /doc/classes/ItemList.xml
parent5b3459bfc7a65ebcd4cb1065a51863affd4374e4 (diff)
parent2d20fc39aaa3a3e48f25cbb95f38f54fe2bcdd9f (diff)
Merge pull request #35589 from akien-mga/doc-drop-category-property
doc: Drop unused 'category' property from header
Diffstat (limited to 'doc/classes/ItemList.xml')
-rw-r--r--doc/classes/ItemList.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/ItemList.xml b/doc/classes/ItemList.xml
index 51d13627ad..13aa181dce 100644
--- a/doc/classes/ItemList.xml
+++ b/doc/classes/ItemList.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<class name="ItemList" inherits="Control" category="Core" version="3.2">
+<class name="ItemList" inherits="Control" version="3.2">
<brief_description>
Control that provides a list of selectable items (and/or icons) in a single column, or optionally in multiple columns.
</brief_description>