Description / Steps to reproduce / Feature proposal
For the RepositoryMixin apidocs section (http://apidocs.loopback.io/@loopback%2frepository/#1798), besides the tsdocs for the class, the rest are missing. For example tsdocs for repository and dataSource functions are missing.
Current Behavior
Only the description for RepositoryMixin class shows up, but nothing for the functions.
Expected Behavior
Should also show the tsdocs (including code examples) for the functions.
See Reporting Issues for more tips on writing good issues