-
Notifications
You must be signed in to change notification settings - Fork 487
Description
Hello and thanks for making this very nice project!
I am trying to build the documentation for a few projects using the latest beta release and have a few comments / questions.
Here is the generated doc sit as a reference: http://image-js.github.io/core/
I used the following command: documentation build src/index.js --github --output doc --format html
Filter
I think it would be nice to auto-expand the class if a matching method is found.
GitHub option
Our project only exports a few classes and the important stuff is in the methods. We also split the method definitions in many different files.
Therefore, it would be much better to have a link a the level of each method instead of just a the class definition.
Methods
There seems to be a bug in the output for class methods. Only the name is displayed with no further information. Clicking on it adds a little caret but nothing happens if we try to open it.


