-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@example indent breaks in @constructor class block #323
Comments
Please try either. /**
* This is my method 1.
*
* @method myMethod1
* @example
* ```
* //Init your Drag App
* var options = {debug:true, version:"1.0.0"};
* var dragApp = new DRAG.Core(function($){
* //Core ready!
* }, options);
* ```
*/
/**
* This is my method 2.
*
* @method myMethod2
* @example
* //Init your Drag App
* var options = {debug:true, version:"1.0.0"};
* var dragApp = new DRAG.Core(function($){
* //Core ready!
* }, options);
*/ The results as follows. |
Ok I found the Bug, the @example work on the @method, but not in the @Class / @constructor block. Retry this in @Class / @constructor block, you will get the bug. |
@okuryu Don't close this issue, it's not fixed. |
@SirKnightDragoon Okay, I've verified your problem. I have never seen |
Thank ;) |
hi @okuryu! I'm reporting this one aswell. However, I'm just using example blocks inside a standard method:
Results in: Is there a working version of YUIDoc I can revert to? I'm trying to ship these docs on a tight timeline... Thankyou! |
Published |
I'm still seeing this issue with literally every theme I can find except the default theme. Is that due to YUIdoc? Or are these themes basing themselves on old versions of the main theme? |
Seconding @BlueRaja's observation |
When I'm writing this:
The render is:
The text was updated successfully, but these errors were encountered: