Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [
- {
- "comment": "## This is some text that goes at the top!"
- },
- {
- "name": "dump",
- "type": "skProc",
- "description": "Generate a list of paths",
- "code": "proc dump*(): string {.noinit.}"
- },
- {
- "name": "documents",
- "type": "skIterator",
- "description": "Find all .nim files at specified path",
- "code": "iterator documents*(path: string): string"
- },
- {
- "name": "make_documentation",
- "type": "skProc",
- "code": "proc make_documentation*(path: string)"
- },
- {
- "comment": "## This is some stuff at the bottom"
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment