I think these are known bugs, as shown in https://github.com/D-Programming-Language/phobos/commit/5cf3d7dd, but just not yet put into bugzilla. 1. Template string parameters are not escaped. ---------------------------------------------- /// template f(string s="$(RED red?!) )"){} void main(){} ---------------------------------------------- The macro and the stray parenthesis are pushed as-is. 2. The '$' disappeared in '$(' and '$)' in function default parameter --------------------------------------------------------------------- /// void f(string s="$(", string t="$)"){} void main(){} --------------------------------------------------------------------- The generated HTML wrongly reads 'void f(string s = "(", string t = ")");'.
DMD pull #82. https://github.com/D-Programming-Language/dmd/pull/82
https://github.com/D-Programming-Language/dmd/commit/f8e7f05c2161a2b99286f58bcb4c8295459860dd https://github.com/D-Programming-Language/dmd/commit/cce360cdf1a79b5fce2fe003ce28f48708693885 https://github.com/D-Programming-Language/dmd/commit/92a9682ef8f23b93f9a89de3116ba7b7dafebd48
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル