W
web1110
Hi y'all,
Generally speaking, comments beginnng with /// are destined for help files
and those that begin with // are just inserted comments. I surmise that
problems would arise in help file generation if all comments begin with ///.
This is ok, if true. Unfortunately, where I have a lot of // code comments,
I cannot minimize them unless I surround them with a region, not something
that is practical. This is something I would like to be able to do, but
alas...
Are there any opinions on the bast way to document code?
Thanx,
Bill
Generally speaking, comments beginnng with /// are destined for help files
and those that begin with // are just inserted comments. I surmise that
problems would arise in help file generation if all comments begin with ///.
This is ok, if true. Unfortunately, where I have a lot of // code comments,
I cannot minimize them unless I surround them with a region, not something
that is practical. This is something I would like to be able to do, but
alas...
Are there any opinions on the bast way to document code?
Thanx,
Bill