mirror of
https://github.com/clangd/clangd.git
synced 2025-04-21 16:12:59 +00:00
Updated Hover ideas (markdown)
parent
09e1b71db5
commit
856e0865d2
@ -9,9 +9,16 @@ Info we may want to include (in API and/or UI):
|
|||||||
Possible layout
|
Possible layout
|
||||||
***
|
***
|
||||||
SymbolCollector::**initialize**<br>
|
SymbolCollector::**initialize**<br>
|
||||||
member function in namespace `clang::clangd`<br>
|
_member function_
|
||||||
```
|
|
||||||
void SymbolCollector::initialize(ASTContext &Ctx) override;
|
|
||||||
```
|
|
||||||
This is where we'd put a documentation comment, if we had one!
|
This is where we'd put a documentation comment, if we had one!
|
||||||
|
|
||||||
|
**Parameters**:
|
||||||
|
- `Ctx`: `ASTContext &`
|
||||||
|
|
||||||
|
```
|
||||||
|
namespace clang::clangd {
|
||||||
|
void SymbolCollector::initialize(ASTContext &Ctx) override;
|
||||||
|
}
|
||||||
|
```
|
||||||
***
|
***
|
Loading…
Reference in New Issue
Block a user