From 57ebb267ae99265a8abc702eafb2a016ae918b69 Mon Sep 17 00:00:00 2001 From: Hackerpilot Date: Sun, 26 Jan 2014 14:30:54 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c3d865..b6521df 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ containing a call tip for an overload of the given function. ACSymbol findSymbolInCurrentScope(size_t cursorPosition, string name) ## Doc comment display -```dcd-client --doc``` +```dcd-client --doc -c 4298``` When run with the --doc or -d option, DCD will attempt to display documentation comments associated with the symbol at the cursor position. In the case of functions there can be more than one documentation comment associated with a