Guest User

Untitled

a guest
Dec 12th, 2013
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. [
  2. {
  3. "comment": "## This is some text that goes at the top!"
  4. },
  5. {
  6. "name": "dump",
  7. "type": "skProc",
  8. "description": "Generate a list of paths",
  9. "code": "proc dump*(): string {.noinit.}"
  10. },
  11. {
  12. "name": "documents",
  13. "type": "skIterator",
  14. "description": "Find all .nim files at specified path",
  15. "code": "iterator documents*(path: string): string"
  16. },
  17. {
  18. "name": "make_documentation",
  19. "type": "skProc",
  20. "code": "proc make_documentation*(path: string)"
  21. },
  22. {
  23. "comment": "## This is some stuff at the bottom"
  24. }
  25. ]
Advertisement
Add Comment
Please, Sign In to add comment