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)
- Host: GitHub
- URL: https://github.com/dsal3389/docod
- Owner: dsal3389
- Created: 2024-07-27T22:06:57.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-03T16:38:22.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T23:18:11.793Z (over 1 year ago)
- Topics: c, documentation, dynamic-documents
- Language: C
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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++