-
Hello, i've been trying to get hover info to show an example usage of a function, however it seems like either the functionality is missing or its very much broken.
The example section breaks formatting, and the resulting code is all mangled into one or multiple lines depending on how large it is without any syntax color support, here's what the hover information shows when you hover over the function in vs code: Parameters: Returns: Example This type of comment also does not work, in this case, the cpp code block is ignored completely (only the adds 2 together is outputted):
This also results in improper formatting and missing syntax support:
The only one that works is this one, but if i try to add things with
Broken version:
So are the doxygen comment blocks not supported, or is it a bug, i've seen some libraries dodge around this issue by using triple slashes, but they are unable to use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Kyr27, what you're reporting in your first example is a bug and was previously reported at #12794. We are working on this right now. It's a regression from a previous release. Your 2nd and 3rd examples are not currently supported, but if you like, we can keep this issue open to track a request for support for those formats. |
Beta Was this translation helpful? Give feedback.
Hi @Kyr27, what you're reporting in your first example is a bug and was previously reported at #12794. We are working on this right now. It's a regression from a previous release. Your 2nd and 3rd examples are not currently supported, but if you like, we can keep this issue open to track a request for support for those formats.