mirror of
https://github.com/TECHNOFAB11/docsonnet.git
synced 2025-12-12 14:30:13 +01:00
9 lines
297 B
Text
9 lines
297 B
Text
|
|
local d = import './main.libsonnet';
|
||
|
|
|
||
|
|
d.new('d', url='github.com/jsonnet-libs/docsonnet/doc-util')
|
||
|
|
+ d.withAPI(import './main.libsonnet')
|
||
|
|
+ d.withHelp(|||
|
||
|
|
`doc-util` provides a Jsonnet interface for `docsonnet`,
|
||
|
|
a Jsonnet API doc generator that uses structured data instead of comments.
|
||
|
|
|||)
|