Include symbols from oli.js using interface and implements tags

Instead of regex parsing, we define tags for interface and
implements.
This commit is contained in:
Andreas Hocevar
2014-04-11 23:02:49 +02:00
committed by Tim Schaub
parent b758d92790
commit aaf6101d0f
3 changed files with 35 additions and 16 deletions
+2
View File
@@ -14,12 +14,14 @@
],
"include": [
"src",
"externs/oli.js",
"externs/olx.js"
]
},
"plugins": [
"node_modules/jsdoc/plugins/markdown",
"apidoc/plugins/inheritdoc",
"apidoc/plugins/interface",
"apidoc/plugins/exports",
"apidoc/plugins/todo",
"apidoc/plugins/observable",