-
17 Sep 2012 1:18 AM #191
You can simply write:
That's the usual convention how @author tag is used in all Javadoc-style tools.Code:@docauthor Some Name <email@example.com>
The current JSDuck implementation for both @author and @docauthor is to simply accept anything until the end of line.
If you want error reporting, you can implement your own @docauthor tag and pass it to JSDuck through --meta-tags option. The custom implementation will then override the builtin one. See Custom tags page in JSDuck wiki.
-
17 Sep 2012 1:49 AM #192
Hacking
Hacking
Ok thanks, I'm going to have a go at implementing a mailer class. I just started through the hacking guide and I got this error when running rake ext4:
Code:error template/resources/sass/docs-ext.scss (Line 115 of template/extjs/resources/themes/stylesheets/ext4/default/mixins/_frame.scss: Functions may not be defined within control directives or other mixins.)
-
17 Sep 2012 2:32 AM #193
I think you're using an old version of SASS or Compass.
-
17 Sep 2012 3:52 AM #194
I've updated both but I still get the same error.

-
17 Sep 2012 5:06 AM #195
Did some testing. It seems you are using Ext 4.0.7 which has some issues with latest SASS. So you should use at least Ext 4.1.0 with JSDuck.
-
17 Sep 2012 5:09 AM #196
Yeah, you're right. Thanks
.
FYI I accidentally down-voted your last comment. It won't let me undo!
-
20 Sep 2012 3:41 AM #197
Links to extjs-build for live examples
Links to extjs-build for live examples
I don't know if this is a shared issue, all the links within Live Examples to ext resources point to a folder called extjs-build, which doesn't exist in the output directory, meaning no live examples are working.
I'm sorry if this is documented and I'm just missing something.
-
20 Sep 2012 4:00 AM #198
-
5 Oct 2012 10:34 AM #199
broken link about overrides
broken link about overrides
The link about overrides is no longer valid...
http://docs.sencha.com/architect/2/#!/guide/overrides
(this is the article that used the above link http://docs.sencha.com/architect/2/#!/guide/custom_code)
while I'm at it, the 404 message that asks you to report the error points you to a closed forum.
Oops...
Guide overrides was not found.
Maybe it was renamed to something else? Or maybe your internet connection has failed? This would be sad. Hopefully it's just a bug on our side. Report it to Sencha Forum if you feel so.
Sorry for all this
-
10 Oct 2012 12:49 PM #200
@thejonz: Thanks, will get these things fixed.


Reply With Quote