Skip to content

Instantly share code, notes, and snippets.

@techieshark
Created July 15, 2016 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techieshark/0a51d135f755744299ff04bfdf17cf04 to your computer and use it in GitHub Desktop.
Save techieshark/0a51d135f755744299ff04bfdf17cf04 to your computer and use it in GitHub Desktop.
Elm documentation example file
[
{
"name": "Data",
"comment": "Data module overview.\n\n#Single items\n\n\n@docs getItem\n\n",
"aliases": [],
"types": [],
"values": [
{
"name": "getItem",
"comment": "Get item from app data store.",
"type": "String -> String"
}
],
"generated-with-elm-version": "0.16.0"
}
, {
"name": "View",
"comment": "View module provides main app view.\n\n@docs view\n\n",
"aliases": [],
"types": [],
"values": [
{
"name": "view",
"comment": "Example view function.\n\n",
"type": "Int -> String"
}
],
"generated-with-elm-version": "0.16.0"
}
]
@techieshark
Copy link
Author

uploaded so I could link to it from elm/elm-lang.org#610

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment