Skip to content

slipset/checkdoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

checkdoc

A Clojure library designed to check that doc-strings are up to par

Usage

checkdoc.core> (checkdoc "This is a docstring." [] (ns-map 'checkdoc.core))
;; => ()

checkdoc.core> (checkdoc "This is a docstring" [] (ns-map 'checkdoc.core)))
;; => ("First line should end in punctuation")

License

Copyright © 2017 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published