|
|
When commenting my files, I often use different "types" of comment
// this is a general comment
//@---new section---
//@@---new sub-section---
//@@@---new sub-sub-section---
//# instructions (how to use macro, etc)
//_ this comment applies to all lines from here...
//^ ...to here
//! this is really important!
//$ this tells me I haven't finished this portion of code yet.
//? this piece of code does strange things, but I don't know why!
Perhaps you could use something like this? Let's use "//:x" as a comment
tag for some program denoted "x". Eg, a particle system could read
"//:P" tags, so...
//:P mass(1.0)
--
signature{
"Grey Knight"
contact{ email "gre### [at] yahoocom" }
site_of_week{ url "http://enphilistor.users4.50megs.com/" }
}
Post a reply to this message
|
|