Skip to content

Commit 980b617

Browse files
committed
Added --mkdoc to CHANGELOG too
1 parent 80aeeca commit 980b617

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ Added
170170

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

docs/source/reference/packages.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Given an Idris package file ``test.ipkg`` it can be used with the Idris compiler
130130

131131
+ ``idris2 --clean test.ipkg`` will clean the intermediate build files.
132132

133-
+ ``idris2 --mkdocs test.ipkg`` will generate HTML documentation for the
133+
+ ``idris2 --mkdoc test.ipkg`` will generate HTML documentation for the
134134
package, output to ``build/docs``
135135

136136
Once the test package has been installed, the command line option

0 commit comments

Comments
 (0)