Create documentation #3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The source code should be documented. ddoc should be used for that.
Description
As a developer, I want to be able to easily get an overview about how the program and its components work without needing to go through the sourcecode itself.
Acceptance criteria
Everything in the public interface should be documented. Examples should be given if applicable (possibly as unittests).