Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vitkovskii/insane-doc
Dynamically generates documentation right from your code. Experimental.
https://github.com/vitkovskii/insane-doc
autogenerate documentation experimental
Last synced: 3 months ago
JSON representation
Dynamically generates documentation right from your code. Experimental.
- Host: GitHub
- URL: https://github.com/vitkovskii/insane-doc
- Owner: vitkovskii
- License: other
- Created: 2020-02-12T11:46:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T15:19:54.000Z (about 2 years ago)
- Last Synced: 2024-06-19T01:51:49.658Z (5 months ago)
- Topics: autogenerate, documentation, experimental
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Insane doc
Dynamically generates documentation right from your code. Experimental.## Features
* Allows you to not repeat your self. Adding parameter/function in code automatically will be added to documentation.
* Supports any language
* Super flexible: control how your documentation will looks like.## Usage
To be filled