question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

doxygen documentation is shown in hover window with escaped punctiation

See original GitHub issue

I don’t know if this is a coc issue or a coc-clangd issue, but when I get hover information about a symbol, the documentation is shown with escaped punctuation making it quite hard to read. See screenshot.

## versions

vim version: NVIM v0.5.0-dev
node version: v14.1.0
coc.nvim version: 0.0.78-57637bb44c
term: screen-256color
platform: linux

## Output channel: clangd log

I[14:23:11.272] clangd version 9.0.1-8+hrt1hrt9.1
Screen Shot 2020-05-07 at 2 28 43 PM

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:16 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
kadircetcommented, May 23, 2020

we’ve improved escaping recently. you can build clangd at head, or use a binary from our weekly releases

1reaction
talk2dryscommented, May 24, 2020

thanks @kadircet I tested it with the latest snapshot, and saw improvement. attached is the updated screenshot.

updated_clangd_version

updated_view

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configuration - Doxygen Manual
If set to NO , non-ASCII characters will be escaped, for example _xE3_x81_x84 ... that are listed in the file and class documentation...
Read more >
c++ - Can Eclipse hover tips display Doxygen comments from ...
Doxygen comments are displayed in Eclipse on hover when written in: cpp file (or header) file before method source (not declaration); header file...
Read more >
manual.pdf
Step 0: Check if doxygen supports your programming language . ... Although documenting the sources is presented as step 3, in a new...
Read more >
How to document your code » Markdown markup | dox++
Note that the \ character can be used to escape any character that might otherwise be interpreted as Markdown formatting: \ backslash; `...
Read more >
Atomineer Pro Documentation User Guide
Atomineer Pro Documentation was originally provided as a Visual Studio “add-in”. In more recent ... And the same thing in a basic Doxygen/JavaDoc...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found