Is a comment of the form
/*:[url=users/%id]:*/
going to be a problem with any documentation toolkits out there (especially for PHP)? Or any other comment pre-preprocessors? (Related to http://code.google.com/p/caret/ )
|
|
Is a comment of the form
going to be a problem with any documentation toolkits out there (especially for PHP)? Or any other comment pre-preprocessors? (Related to http://code.google.com/p/caret/ )
|
||
|
|
|
Going by phpDoc, that shouldn't be a problem. phpDoc reads from comments defined with a starting An example of a phpDoc comment entry would be:
Which shouldn't clash with a comment that you have said. |
||
|
|