diff --git a/Hover-ideas.md b/Hover-ideas.md index 871db0f..8d236ac 100644 --- a/Hover-ideas.md +++ b/Hover-ideas.md @@ -9,9 +9,16 @@ Info we may want to include (in API and/or UI): Possible layout *** SymbolCollector::**initialize**
-member function in namespace `clang::clangd`
-``` -void SymbolCollector::initialize(ASTContext &Ctx) override; -``` +_member function_ + This is where we'd put a documentation comment, if we had one! + +**Parameters**: + - `Ctx`: `ASTContext &` + +``` +namespace clang::clangd { +void SymbolCollector::initialize(ASTContext &Ctx) override; +} +``` *** \ No newline at end of file