Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
サンドキャッスル ヘルプ ファイル ビルダーを使用して、C# コードの xml コメントからドキュメント ファイルを生成しています。msdn スタイルのように、コード例をヘルプ ファイルに含める方法を知っていますか?
<example>と<code>タグを試しましたか?それはあなたが望むことをするべきです。
<example>
<code>
<summary> ... </summary> <example>This is a code example: <code> ... </code> </example>