Skip to content

olorin37/doxtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Documentation extractor

Work in progress

It is just about extract documentation strings from code and output them in gron format. In scope of the docex is only this step. Documentation can be generated like this:

awk -f docex.awk -v doc_prefix='##' example.sh \
  | gron --ungron \
  | jq -f format.jq > example.md

Releases

No releases published

Packages

No packages published