webdoc-labs / webdoc

Documentation generator for the web
https://www.webdoclabs.com
Other
79 stars 9 forks source link

Not all classes listed and not all methods listed #102

Closed cbruyndoncx closed 2 years ago

cbruyndoncx commented 3 years ago

I have a directory with classes (for all pages), but not all of them are listed in the class index.

  1. Every file that has been named as xxxx_yyyy.js is missing, if there is a xxxx_yyyy_zzzz.js
  2. But also I have completely missing files, I have 4 similar files, starting with content_ but only 1 shows in the index.

class_index pages_files

Secondly, I have class inheritance and methods that exists in different classes, somehow the signature does not take that into account and thinks all method names are unique system wide. Is there a configuration option that I have missed ?

ShukantPal commented 3 years ago

Hi, this is a weird bug if it doesn't detect files sharing prefix_. I'll take a look.

As for methods, webdoc doesn't show inherited methods that are not overridden. This is so that users only see methods that are more relevant to a class. Instead, a summary of the inherited methods is shown in collapsed panes that can be opened.

Thanks for using webdoc btw.

Screen Shot 2021-04-10 at 11 39 39 AM
ShukantPal commented 3 years ago

This is project open source? (just so I can work on it directly since that'll be more specific your problem)