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

https://github.com/chances/wren-docs

Documentation generator for Wren modules
https://github.com/chances/wren-docs

documentation-generator wren wren-module

Last synced: 3 months ago
JSON representation

Documentation generator for Wren modules

Awesome Lists containing this project

README

          

# Wren Documentation Generator

Documentation generator for [Wren](https://wren.io) modules.

This tool parses Wren files, looking for documentation comments:

- `///`, and
- `/** */`

Generated documentation is saved to `./docs`.

## Features
- GitHub Flavored Markdown

## Prior Art
- The D programming language's [documentation generator](https://dlang.org/spec/ddoc.html) (AKA DDoc).
- The Domepunk [documentation generator](https://github.com/NinjasCL/domepunk/blob/main/tools/docs/__main__.py).

## License

[MIT License](https://opensource.org/licenses/MIT)

Copyright © 2024 Chance Snow. All rights reserved.