Tweak clang completion docstring format
This commit is contained in:
parent
e8b0a98a78
commit
d8f49b6fac
|
@ -36,6 +36,8 @@ def clang-complete %{
|
||||||
/^COMPLETION:/ && ! /\(Hidden\)/ {
|
/^COMPLETION:/ && ! /\(Hidden\)/ {
|
||||||
gsub(/[[{<]#|#[}>]/, "", $3)
|
gsub(/[[{<]#|#[}>]/, "", $3)
|
||||||
gsub(/#]/, " ", $3)
|
gsub(/#]/, " ", $3)
|
||||||
|
gsub(/:: /, "::", $3)
|
||||||
|
gsub(/ +$/, "", $3)
|
||||||
gsub(/:/, "\\:", $2)
|
gsub(/:/, "\\:", $2)
|
||||||
gsub(/:/, "\\:", $3)
|
gsub(/:/, "\\:", $3)
|
||||||
id=substr($2, 1, length($2)-1)
|
id=substr($2, 1, length($2)-1)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user