clean-doc


Package info
Description

This library provides a unified documentation syntax for Clean code.

Readme
# clean-doc This library provides a unified documentation syntax for Clean code, and functions to work with such documentation in Clean. ## Maintainer, authors, copyright & license This project is maintained by [Camil Staps][]. Copyright is held by the authors of the individual commits. Use `git blame` or the GitLab blame view to determine the copyright holder on specific parts of the code base. Contributors include: - Mart Lubbers - Steffen Michels The package is licensed under the BSD-2-Clause license; for details, see the [LICENSE](/LICENSE) file. [Camil Staps]: https://camilstaps.nl
Changelog
# Changelog #### 1.1.1 - Chore: accept `base` `3.0`. ### 1.1.0 - Feature: add `abortWithParseError`. This function aborts the program when a parse error occurs when parsing the clean documentation of a function. #### 1.0.1 - Chore: allow containers 2.0 and text 2.0. ## 1.0.0 - Initial version with modules from clean-platform 0.3.38.
Versions