Add improvements to api doc

This commit is contained in:
Andrey Antukh 2023-08-08 13:44:16 +02:00
parent 695152274c
commit 36b167956c
7 changed files with 17 additions and 8 deletions

View file

@ -75,6 +75,7 @@
(->> methods
(map val)
(map first)
(remove ::skip)
(map get-context)
(sort-by (juxt :module :name)))}))