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