From 5371009d8efbeee7b272b76de6534cad567fc60a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 26 Mar 2022 15:46:01 +0100 Subject: Object: Remove unused category boilerplate We might want to re-add something like this if/when we find a good use case for it and do the effort to categorize all objects in the API properly. Until then, it's better to remove that boilerplate since it's not needed. Closes #18711. --- doc/classes/ClassDB.xml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'doc/classes') diff --git a/doc/classes/ClassDB.xml b/doc/classes/ClassDB.xml index 835588b293..43210de686 100644 --- a/doc/classes/ClassDB.xml +++ b/doc/classes/ClassDB.xml @@ -23,13 +23,6 @@ Returns whether the specified [code]class[/code] is available or not. - - - - - Returns a category associated with the class for use in documentation and the Asset Library. Debug mode required. - - -- cgit v1.2.3