Randy Edmunds
Randy Edmunds
Add an Exports section to end of document. It would be a simple list -- there aren't any inner tags like `@type`, right? Would be nice to have a link...
@jbalsas **Case 1:** Good catch -- I didn't notice that **Case 2:** This is an enhancement request because I see so many cases. This format is similar to `@param` and...
I've been told that [Annotating JavaScript for the Closure Compiler](https://developers.google.com/closure/compiler/docs/js-for-compiler) is the doc we should follow. That doc is somewhat vague on the issue. For `@type` it simply shows `@type...
That's ok for now. If we already have orphan methods (or whatever) collected, then it makes sense to add them to bottom of doc in an **Orphan** section -- that...
@jbalsas No, it's still not fixed. I left this out of the original recipe, but the first thing I do in `index.htm`is click on "brackets" module This is the link...
I was only _trying_ to generate docs for src folder. As taken from one of your examples I was using `--source src/`. But that was causing output folder to be...
A reasonable solution would be just to blindly replace `\` with `/` in file/url paths on Windows. UPDATE: I got the latest version and see this is already done.
Updated subject. Removed Windows label since this applies to all platforms. UPDATE: I'm still seeing broken links on Dependencies, so I changed Subject back to original.
Re-opening. I'm seeing this again in **Dependencies** section: ``` HTML Dependencies lodash Global Commands KeyBindingManager StringUtils CommandManager PopUpManager ViewUtils DeprecationWarning ```
I saw the same problem. Note that not all CSS numbers have units (e.g. z-index), so you'll need a lookup table to determine whether value requires units. The line-height property...