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

https://github.com/dsal3389/docod

c code documenting header files (in development)
https://github.com/dsal3389/docod

c documentation dynamic-documents

Last synced: 12 months ago
JSON representation

c code documenting header files (in development)

Awesome Lists containing this project

README

          

# docod (in development)
the vision of docod is to document c header files like
rust documentation feature, it will look for the documentation comments `///`
and build a markdown files/html pages that represent the comment as
documentation

currently the vision to support only C without C++