{
  "name": "DataTypes.GenerateGuide",
  "shortname": "DataTypes.GenerateGuide",
  "classitems": [],
  "plugins": [],
  "extensions": [],
  "plugin_for": [],
  "extension_for": [],
  "module": "Lib",
  "namespace": "",
  "file": "lib/data-types/generate-guide.js",
  "line": 6,
  "description": "<p>Handle syntax highlighting and creating meta information for a src file</p>\n",
  "is_constructor": 1,
  "params": [
    {
      "name": "data",
      "description": "",
      "type": "Object",
      "props": [
        {
          "name": "fileSrc",
          "description": "Guide file src",
          "type": "String"
        },
        {
          "name": "filePath",
          "description": "Configured guide file path",
          "type": "String"
        }
      ]
    }
  ],
  "return": {
    "description": "Returns an object with guide data in the shape of:\n                 `{ attributes, body, id, type }`\n                 With the body parsed for markdown and handlebars contents",
    "type": "Object"
  },
  "method": [],
  "property": [],
  "event": [],
  "srcFileId": "lib_data-types_generate-guide.js"
}