fix #242, separate ddoc for each overloaded symbol
This commit is contained in:
parent
1d4c2fd72c
commit
14e0e1f31b
|
@ -309,8 +309,8 @@ AutocompleteResponse getResponse(TcpSocket socket)
|
||||||
|
|
||||||
void printDocResponse(AutocompleteResponse response)
|
void printDocResponse(AutocompleteResponse response)
|
||||||
{
|
{
|
||||||
foreach (doc; response.docComments)
|
import std.array: join;
|
||||||
writeln(doc);
|
response.docComments.join(r"\n\n").writeln;
|
||||||
}
|
}
|
||||||
|
|
||||||
void printLocationResponse(AutocompleteResponse response)
|
void printLocationResponse(AutocompleteResponse response)
|
||||||
|
|
Loading…
Reference in New Issue