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

Optional tooltips and display function signature always #124

Closed
ademar opened this issue Feb 1, 2014 · 3 comments
Closed

Optional tooltips and display function signature always #124

ademar opened this issue Feb 1, 2014 · 3 comments

Comments

@ademar
Copy link
Contributor

ademar commented Feb 1, 2014

Is there a way of disabling the tool tips and just render the function signature in plain HTML under the function name ?

I find annoying having to move the mouse to see the function signature.

If not I can look into doing this.

@ovatsus
Copy link

ovatsus commented Feb 1, 2014

I don't think there's an option for that right know. I'd also prefer to have the signature always visible instead of in tooltips. That way you could even use the tooltip to see IntelliSense for the parameter types (would be very useful when parameters are enum's or du's)

@tpetricek
Copy link
Member

This is a matter of modifying the template. The main reason for using the tool tips at the moment is that I have not found any pretty way of displaying the type annotation inline (it tends to be long, causes ugly line breaks, makes the comment less prominent on the page, etc.) Having a nicer template would be great though!

@dsyme
Copy link
Contributor

dsyme commented Jul 22, 2020

This is now done, the parameter types are always shown in default generated HTML

@dsyme dsyme closed this as completed Jul 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants