いくつかの bash/shell コメントが表記法を使用しているのを見てきました
# Some comment block that starts on line 1, but then
#+ continues on line 2 with this silly plus sign.
# And this is another comment line that is not related to the ones above
"#+" は、どのような種類のパーサーにも役立ちますか (Doxygen スタイルのコメントを使用してドキュメントを自動生成する方法など)?
これは一般的な方法ですか?実際のスクリプトの実行に関する限り、それを含めたり除外したりしても害がないことは理解していますが、このスタイルのコメントを採用することに利点があるかどうか知りたいです。