File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -170,6 +170,7 @@ Added
170
170
171
171
* Lots of small performance improvements, some of which may be especially
172
172
noticeable in programs that do a lot of type level evaluation.
173
+ * Added HTML documentation generation, using the ` --mkdoc ` flag
173
174
* Support for auto-completion in bash-like shells was added.
174
175
* Fixed case-splitting to respect any indentation there may be in the term being
175
176
case-split and the surrounding symbols, instead of filtering out the
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ Given an Idris package file ``test.ipkg`` it can be used with the Idris compiler
130
130
131
131
+ ``idris2 --clean test.ipkg `` will clean the intermediate build files.
132
132
133
- + ``idris2 --mkdocs test.ipkg `` will generate HTML documentation for the
133
+ + ``idris2 --mkdoc test.ipkg `` will generate HTML documentation for the
134
134
package, output to ``build/docs ``
135
135
136
136
Once the test package has been installed, the command line option
You can’t perform that action at this time.
0 commit comments