apify icon indicating copy to clipboard operation
apify copied to clipboard

API documentation generator

Results 20 apify issues
Sort by recently updated
recently updated
newest added

The list of `exports` for modules don't seem to be part of the API format. Seems like this is prominent enough to have it's own section with a link in...

enhancement

Currently, we support only a few templates, and they keep growing as we keep adding new features. In addition, because of our lack of support, we are copy/pasting markup in...

architecture

**Case 1:** For this case from **CommandManager.js**: ``` JavaScript /** * Map of all registered global commands * @type Object. */ ``` Type is truncated to: "Object.

enhancement

@jbalsas These are the notes from the e-mail conversation we had. - Custom content with Resource Links - Embed README.md or CONTRIBUTING.md? What other resource links might be helpful? -...

enhancement

File **LiveDevelopment/Documents/HTMLDocument.js** is missing all of the Methods. They all (most?) have JSDoc comments, so I'm not sure why they are not in generated file.

Might be nice to see a list of all JSON files in project, and also be able to see the data. Smaller JSON files can just be shown as code,...

enhancement

Currently, the code wraps. It might be nice to have a checkbox to turn that off (i.e. scroll instead).

enhancement

In **Editor.js**, Class **Editor**, Method `convertToLineSelections` the Returns value is so long that it's truncated. Would be nice if this were logically broken into separate lines, but that's not easy...

On Windows, in the Dependencies section of the brackets.js file, if I click on “Menus”, the link is to: ``` file:///C:/Users/redmunds/dev/github/brackets/docs/modules/command/Menus.html ``` but the file is actually located at: ```...

windows

I'm seeing this path being generated: ``` Menus ``` Although it seems to work, I don't think `/` should be used. Should simply be: ``` Menus ```

windows
mac