documon
Version:
A documentation system for mortals. Use with any language.
88 lines • 2.75 kB
JavaScript
[
{
"text": "Find and convert markdown extra definition lists into html.\n\n",
"start": 17,
"end": 25,
"file": "/Volumes/Drives/projects/documon/documon/src/markdown.js",
"flags": [
{
"source": "@method definitionListsdefinitionLists",
"flag": "method",
"after": "definitionLists",
"afterType": "definitionLists",
"name": "definitionLists",
"single": true,
"text": "definitionLists"
},
{
"source": "@private",
"flag": "private",
"after": ""
},
{
"source": "@param {type} text descriptiondescription\n",
"flag": "param",
"after": "{type} text description",
"type": "type",
"afterType": "text description",
"name": "text",
"text": "description\n"
},
{
"source": "@return {type} description",
"flag": "return",
"after": "{type} description",
"type": "type",
"afterType": "description",
"name": "description",
"single": true,
"text": "description"
}
],
"source": "Find and convert markdown extra definition lists into html.\n\n@method definitionLists\n@private\n@param {type} text description\n\n@return {type} description",
"id": "root.definitionLists"
},
{
"text": "Process the contents of a single definition list, splitting it\ninto individual term and definition list items.\n\n",
"start": 84,
"end": 93,
"file": "/Volumes/Drives/projects/documon/documon/src/markdown.js",
"flags": [
{
"source": "@method processDefListItemsprocessDefListItems",
"flag": "method",
"after": "processDefListItems",
"afterType": "processDefListItems",
"name": "processDefListItems",
"single": true,
"text": "processDefListItems"
},
{
"source": "@private",
"flag": "private",
"after": ""
},
{
"source": "@param {type} listStr descriptiondescription\n",
"flag": "param",
"after": "{type} listStr description",
"type": "type",
"afterType": "listStr description",
"name": "listStr",
"text": "description\n"
},
{
"source": "@return {type} description",
"flag": "return",
"after": "{type} description",
"type": "type",
"afterType": "description",
"name": "description",
"single": true,
"text": "description"
}
],
"source": "Process the contents of a single definition list, splitting it\ninto individual term and definition list items.\n\n@method processDefListItems\n@private\n@param {type} listStr description\n\n@return {type} description",
"id": "root.processDefListItems"
}
]