You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/dummy/app/pods/docs/quickstart/template.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,8 @@ marketing/demo page you can use to promote your addon.
13
13
14
14
2.**Install an API doc plugin.** API docs are autogenerated from comments in your source code. Depending on which style you'll be using ([ESDoc](https://esdoc.org/) or [YUIDoc](http://yui.github.io/yuidoc/)), install the corresponding addon-docs plugin.
15
15
16
+
Note that the ESDoc generator is for native classes only. If you're using classic classes (Ember.Object.extend()), you can use the YUIDoc adapter.
0 commit comments