Hello ZC Support,
I used mult-line comments ALOT and I would really appreciate it if we could get more control over the formatting of our comments. It seams that comments are very hard to keep shaped. I use /* */ for commenting out code (whic works great).
What ends up happening sometimes when I try to do a multiline comment like this.....
/**
*this is a function..
*@param
*/
I end up with weird junk like this.....
<br><mybr></mybr><br><mybr></mybr>
in my code. I think first having a ds documentor function to emulate some of the functionality of docblock/ phpdocumentor would BE ABSOLUTELY AWESOME. (maybe I'll just need to come up with some functions myself) But for now I could settle for less DS comments molestation.
Thanks...
Also, how do I get rid of this "double line spacing mess" in the forum posts? It happens everytime I start a new line instead of letting it run to the next like I just did on this last sentence.