コード サンプルなどを使用してクラス レベル (この場合は実際には ) でより詳細なレベルを提供したいのですがModule
、さまざまなタグを機能させるのに苦労しています。
''' <summary>
''' Here's a summary of <c>SmallCodeChunk</c>
''' </summary>
''' <example>
''' Mmm, Skynet?
''' <code>
''' code.CodingItself("that's so meta!")
''' </code>
''' </example>
''' <remarks>
''' <para>Unit testable by replacing the <see cref="Implementation"/> property
''' with a mocked/stubbed <see cref="IThingy"/>.
''' </para>
''' <para>Paragraph of a bunch of stuff. <c>Y</c> is used for <c>True</c> just
''' for the sake of making the universe a (not) better place.
''' </para>
''' </remarks>
使用されているタグの一部 ( など) はおそらく実際には有効ではないことに気付きましたが、 の<exception>
ようなことができるはずだと思われます<example>
。<c>
そして、タグにはある種のフォーマット (等幅フォントでしょうか?) が必要だと思います。
間違いがなければ、オブジェクト ブラウザでの表示がサポートされている XML doc タグのサブセットはありますか?