This is a small library which includes a few functions with docstrings and a documentation for the system and all included packages. The purpose is to demonstrate core features of the CL-API (https://common-lisp.net/project/cl-api/) library. The repository can be used as a template for new libraries if you've choosen CL-API for documenting your library.
UNDOCUMENTED
Admins should have additional priveleges.
All users in the system have this class. Last login slot is updated automatically.
A full username.
Correct email address.
UNDOCUMENTED
This is a fake macro just to see if documentation extractor is able to extract docs from custom forms.
The function does the job. It *concatenates* first and second arguments calling internal function concat. On this multiline we'll check how does documentation system processes docstrings. It does not deindent subsequent lines and I have to shift them to the left in the code.
:undocumented
This is example function. Internally it calls EXAMPLE:DO-THE-JOB) to do the real job. CL-API does not support any markup and you can put links into the docstrings.
:undocumented
:undocumented
:undocumented
This is a fake macro just to see if documentation extractor is able to extract docs from custom forms.