From 856e0865d24767e77811f7f2cc635816e7cbd810 Mon Sep 17 00:00:00 2001 From: Sam McCall Date: Fri, 3 May 2019 15:40:47 +0200 Subject: [PATCH] Updated Hover ideas (markdown) --- Hover-ideas.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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