I’ve searched around with this and haven’t found any clear answers.
I’m using Eclipse PDT. It seems that if I create a PHP Project, tags work (@todo, etc). However, if I create a project from SVN (still PHP based), tags don’t work at all.
Does anyone know how to make tags and doc generation work on a per project basis and still import projects from a SVN repo?
Ahhh, I believe I have it.
As stated above:
But I also needed to do this:
After refreshing the project, the Problems view filled up with all the FIXME @todo etc. Thanks so much! Have been trying to figure this out for a week!