Updated Hover ideas (markdown)

Sam McCall 2019-05-03 15:43:32 +02:00
parent 62d2a0259d
commit c1cf109d63

@ -13,11 +13,11 @@ _member function_
This is where we'd put a documentation comment, if we had one!
**Returns**: `std::string`
**Parameters**:
- `Ctx`: `clang::ASTContext &`
**Returns**: `std::string`
```
namespace clang::clangd {
std::string SymbolCollector::initialize(ASTContext &Ctx) override;