From e5654dd558b78f1f9c773f91dfd866323a4bddac Mon Sep 17 00:00:00 2001 From: Mathew Zummo Date: Fri, 19 Jun 2015 11:09:15 -0400 Subject: [PATCH] Adds @implements and @interface Signed-off-by: Mathew Zummo --- lib/docparser.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/docparser.js b/lib/docparser.js index 679dd77c..1b91988a 100644 --- a/lib/docparser.js +++ b/lib/docparser.js @@ -170,7 +170,9 @@ YUI.add('docparser', function (Y) { 'url', // project url(s) 'uses', // 0..n compents mixed (usually, via augment) into the prototype 'value', // the value of a constant - 'writeonce' // YUI attribute config + 'writeonce', // YUI attribute config + 'implements', // Implements Interface + 'interface' // Is Interface ], /**