Added --mkdoc to CHANGELOG too

This commit is contained in:
Edwin Brady 2021-06-23 18:31:31 +01:00
parent 80aeecaac0
commit 980b6174ec
2 changed files with 2 additions and 1 deletions

View File

@ -170,6 +170,7 @@ Added
* Lots of small performance improvements, some of which may be especially
noticeable in programs that do a lot of type level evaluation.
* Added HTML documentation generation, using the `--mkdoc` flag
* Support for auto-completion in bash-like shells was added.
* Fixed case-splitting to respect any indentation there may be in the term being
case-split and the surrounding symbols, instead of filtering out the

View File

@ -130,7 +130,7 @@ Given an Idris package file ``test.ipkg`` it can be used with the Idris compiler
+ ``idris2 --clean test.ipkg`` will clean the intermediate build files.
+ ``idris2 --mkdocs test.ipkg`` will generate HTML documentation for the
+ ``idris2 --mkdoc test.ipkg`` will generate HTML documentation for the
package, output to ``build/docs``
Once the test package has been installed, the command line option