Update README.md
This commit is contained in:
parent
e4a5a732d1
commit
fd0a33718a
|
@ -2,7 +2,7 @@ doc-coverage []
|
||||||
=====================================================
|
=====================================================
|
||||||
A Racket package for inspecting and testing the number of documented exports of a module
|
A Racket package for inspecting and testing the number of documented exports of a module
|
||||||
|
|
||||||
# Examining module documentation information:
|
Examining module documentation information:
|
||||||
|
|
||||||
```racket
|
```racket
|
||||||
> (module->all-exported-names 'racket/promise)
|
> (module->all-exported-names 'racket/promise)
|
||||||
|
@ -21,7 +21,7 @@ A Racket package for inspecting and testing the number of documented exports of
|
||||||
'(match-...-nesting)
|
'(match-...-nesting)
|
||||||
```
|
```
|
||||||
|
|
||||||
# Testing module documentation coverage
|
Testing module documentation coverage
|
||||||
|
|
||||||
```racket
|
```racket
|
||||||
> (check-all-documented 'racket/base)
|
> (check-all-documented 'racket/base)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user