mirror of
https://github.com/clangd/clangd.git
synced 2025-04-16 05:42:15 +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!
|
||||
|
||||
**Returns**: `std::string`
|
||||
|
||||
**Parameters**:
|
||||
- `Ctx`: `clang::ASTContext &`
|
||||
|
||||
```
|
||||
namespace clang::clangd {
|
||||
void SymbolCollector::initialize(ASTContext &Ctx) override;
|
||||
std::string SymbolCollector::initialize(ASTContext &Ctx) override;
|
||||
}
|
||||
```
|
||||
***
|
Loading…
Reference in New Issue
Block a user