Open natnat-mc opened 3 years ago
Use Javadoc?
That would be a start, but some functions are duplicated (Iter<T>
for example) which feels heavy in a Javadoc, and Javadoc lacks any real way to represent types in a "clean" fashion
Here are my suggestions
For duplicate functions: Document one of them, link to the documented one from the other
For types: Specify ML-Style signatures inside the doc
Actual docs, with a description of what the functions do, what module they're defined in, etc.