Updated Hover ideas (markdown)

Sam McCall 2019-05-03 15:43:14 +02:00
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;
}
```
***