[7.x] Document all APIs, add stability warning
This commit is contained in:
@@ -168,6 +168,8 @@ class API:
|
||||
self._def = definition
|
||||
self.description = ""
|
||||
self.doc_url = ""
|
||||
self.stability = self._def.get("stability", "stable")
|
||||
|
||||
if isinstance(definition["documentation"], str):
|
||||
self.doc_url = definition["documentation"]
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user