Mention minimum ldoc version in the readme (#2027)
See commit 2c741f8e1d
which introduced this dependency.
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
66c4e55511
commit
43e268373d
|
@ -69,7 +69,8 @@ Additionally, the following optional dependencies exist:
|
||||||
- [asciidoc](http://www.methods.co.nz/asciidoc/) and
|
- [asciidoc](http://www.methods.co.nz/asciidoc/) and
|
||||||
[xmlto](https://fedorahosted.org/xmlto/) for generating man pages
|
[xmlto](https://fedorahosted.org/xmlto/) for generating man pages
|
||||||
- [gzip](http://www.gzip.org/) for compressing man pages
|
- [gzip](http://www.gzip.org/) for compressing man pages
|
||||||
- [ldoc](https://stevedonovan.github.io/ldoc/) for generating the documentation
|
- [ldoc >= 1.4.5](https://stevedonovan.github.io/ldoc/) for generating the
|
||||||
|
documentation
|
||||||
- [busted](https://olivinelabs.com/busted/) for running unit tests
|
- [busted](https://olivinelabs.com/busted/) for running unit tests
|
||||||
- [luacheck](https://github.com/mpeterv/luacheck) for static code analysis
|
- [luacheck](https://github.com/mpeterv/luacheck) for static code analysis
|
||||||
- [LuaCov](https://keplerproject.github.io/luacov/) for collecting code coverage
|
- [LuaCov](https://keplerproject.github.io/luacov/) for collecting code coverage
|
||||||
|
|
Loading…
Reference in New Issue