Skip to content

Simple package to write a Markdown file from a Julia package's docstrings

License

Notifications You must be signed in to change notification settings

JuliaTagBot/APIGenerator.jl

Repository files navigation

APIGenerator

Build Status

Example

import APIGenerator
APIGenerator.make_api("APIGenerator", "api.md"; readme=true)

See docs/api.md to see the generated file.

The generated file includes this README and then includes the docstring of each exported item from APIGenerator (in this case, only make_api).

About

Simple package to write a Markdown file from a Julia package's docstrings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages