Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] return's comment of method is missing #512

Closed
rdkmaster opened this issue Mar 17, 2018 · 1 comment
Closed

[BUG] return's comment of method is missing #512

rdkmaster opened this issue Mar 17, 2018 · 1 comment

Comments

@rdkmaster
Copy link

Overview of the issue
    /**
     * ...
     * @param {T} searchElement ...
     * @param {number} fromIndex ....
     * @return {number} some comment some comment some comment some comment 
     */
    public lastIndexOf(searchElement: T, fromIndex: number): number;

we can not find some comment.. in jsdoctags section or anywhere else of the generated json file,

Operating System, Node.js, npm, compodoc version(s)
  • os: win7
  • nodejs: 6.1
  • npm: 3.1
  • compodoc: 1.0.8
Angular configuration, a package.json file in the root folder

yes

Compodoc installed globally or locally ?

globally

Motivation for or Use Case
Reproduce the error
Related issues
Suggest a Fix
@lock
Copy link

lock bot commented Sep 30, 2019

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem. Why locking ? Having issues with the most up-to-date context.

@lock lock bot locked as resolved and limited conversation to collaborators Sep 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants