An open API service indexing awesome lists of open source software.

https://github.com/olorin37/doxtractor

Documentation extractor from any kind of sources files (WIP)
https://github.com/olorin37/doxtractor

doc documentation documentation-extractor documentation-toolchain extraction simple

Last synced: about 2 months ago
JSON representation

Documentation extractor from any kind of sources files (WIP)

Awesome Lists containing this project

README

        

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
```