UNPKG
@neptunemutual/solidoc
Version:
latest (0.0.2-beta)
0.0.2-beta
0.0.1-beta
Solidity Documentation Generator
github.com/neptune-mutual/solidoc
neptune-mutual/solidoc
@neptunemutual/solidoc
/
solidoc.json
9 lines
•
211 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"pathToRoot"
:
"../protocol"
,
"outputPath"
:
"../protocol/docs"
,
"noCompilation"
:
true
,
"compiler"
:
"truffle compile"
,
"language"
:
"en"
,
"rootContract"
:
"Cover"
,
"readMe"
:
"../protocol/readme.md"
}