I use the word Notation because fabien potencier has its own generator but i can’t find what notation (or syntax if you will) it uses for the comments.
http://fabien.potencier.org/article/63/sami-yet-another-php-api-documentation-generator
Also, where can i find the comment notation to use the document generator?
Looks like PhpDocumentor but i cant be sure.
Does symfony use this generator?
Symfony 1.4 use phpDocumentor for (almost) sure.
I never tried Sami, but I guess it can be work on Symfony 1.4.
And about comment notation, I think there are almost the same for Sami, phpDoc, etc .. they all use DocBlock like:
I took a random class in Symfony 2.0:
And an other one from symfony 1.4: