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] Code highlighting with @param and @returns #79

Closed
zpydee opened this issue Jan 20, 2017 · 1 comment
Closed

[BUG] Code highlighting with @param and @returns #79

zpydee opened this issue Jan 20, 2017 · 1 comment

Comments

@zpydee
Copy link

zpydee commented Jan 20, 2017

it seems inline code highlighting is not supported when using @param and @returns

/**
   * Calls the `HttpService` to `get` an observable http response, which is then mapped to return an observable
   * of `BaseModel` (or other model if the method is called from an extending service. 
   * Should there be an error, the method returns and observable error.
   * 
   * @param {string} id The `mongo` _id for the model that is being requested
   * @returns The method returns an observable of `any` in order to support
   * extending services for other model types
   */

screen shot 2017-01-20 at 12 16 44 pm

@vogloblinsky vogloblinsky changed the title Code highlighting with @param and @returns [BUG] Code highlighting with @param and @returns Jan 20, 2017
@lock
Copy link

lock bot commented Oct 1, 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 Oct 1, 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