dlang / ddox

Advanced D documentation engine
MIT License
63 stars 21 forks source link

Use compact element syntax and fix parenthesis spacing. #203

Closed s-ludwig closed 6 years ago

s-ludwig commented 6 years ago

Removes whitespace between the function name and the empty argument list by adding "<>" to the corresponding span element. The if statement has also been removed, because the result of both branches is equivalent if there is an empty variadic_suffix.

wilzbach commented 6 years ago

Nice! Tagged this as v0.16.10 and opened a dlang.org PR -> https://github.com/dlang/dlang.org/pull/2335