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.
の 1 行があるとしましょう。次のsummaryように修正する必要があります。
summary
/** summary */
または、次のように書くこともできます:
/** * summary */
私は 2 番目のオプションを好みますが、最初のオプションを使用するにはそれが必要ですか?
ドキュメントによると、「DocCommentsは1 行のサイズである場合もありますが、複数の行にまたがる場合もあります」(強調は私のものです)。
したがって、どちらの方法でも実行できます。