{
  "display": {
    "annotations": {
      "function": [
        "description", 
				"todo", 
				"since", 
        "parameter", 
        "return", 
				"throw", 
				"require", 
        "example", 
				"usedby", 
				"author",
				"see", 
				"link"
      ],

      "mixin": [
        "description", 
				"todo", 
				"since", 
        "parameter", 
        "content", 
        "output", 
        "throw", 
				"require", 
				"example", 
        "usedby", 
        "author",
				"see",
				"link"
      ],

      "placeholder": [
        "description", 
        "todo", 
        "since", 
        "example", 
        "throw", 
        "require", 
        "usedby", 
        "author",
        "see", 
        "link"
      ],
      
      "variable": [
        "description", 
        "type", 
        "todo", 
        "since", 
        "property", 
        "require", 
        "example", 
        "usedby", 
        "author",
        "see", 
        "link"
      ]
    },

    "access": ["public", "private"],
    "alias": true,
    "watermark": true
  },

  "groups": {
    "undefined": "General"
  },

  "privatePrefix": "^[_-]"
}
