I've written a few templated classes and structs for which some methods are supposed to only exist in certain instantiations, and are therefore wrapped in static if blocks. It seems that DDoc doesn't document these properly, or at all. Example: /**A lame, utterly useless struct.*/ struct Foo(T) { /**Attempt one: Doc outside static if.*/ static if(is(T == uint)) { /**Attempt two: Inside.*/ void bar() {} } } Produces the following docs: test6 struct Foo(T); A lame, utterly useless struct. Page generated by Ddoc.
Resolved in DMD 2.023.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル