mirror of
https://github.com/clangd/clangd.git
synced 2025-04-21 16:12:59 +00:00
Updated Hover ideas (markdown)
parent
44c8080a39
commit
62d2a0259d
@ -13,12 +13,14 @@ _member function_
|
|||||||
|
|
||||||
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!
|
||||||
|
|
||||||
|
**Returns**: `std::string`
|
||||||
|
|
||||||
**Parameters**:
|
**Parameters**:
|
||||||
- `Ctx`: `clang::ASTContext &`
|
- `Ctx`: `clang::ASTContext &`
|
||||||
|
|
||||||
```
|
```
|
||||||
namespace clang::clangd {
|
namespace clang::clangd {
|
||||||
void SymbolCollector::initialize(ASTContext &Ctx) override;
|
std::string SymbolCollector::initialize(ASTContext &Ctx) override;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
***
|
***
|
Loading…
Reference in New Issue
Block a user