You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: developer_manual/digging_deeper/api.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,10 @@ testing version of the future API in the `NCT` namespace, following these rules:
20
20
- Code from the `OCP` namespace must never mention anything coming from the `NCT` namespace. It can not require it as an argument, constant or return something from `NCT`.
21
21
- An API can only live in this testing namespace for one major release.
22
22
- During this testing phase, the code and the API can be modified/restructured without limitation.
23
+
- API within the testing namespace must have up-to-date documentation.
23
24
- If accepted, the API will be copied to the `OCP` public namespace.
24
25
- Once tested, the version from the `NCT` namespace will be marked as deprecated.
25
26
- Deprecated API from the `NCT` namespace are kept for 2 major releases.
26
27
27
28
.. note::
28
-
- API within the testing namespace might not have documentation other than in-code comments.
29
29
- API from `NCT` are included to the `nextcloud-deps/OCP` package for easier testing with psalm
0 commit comments