![]() |
eclipse 3.5 IDE phpDoc autogenerate problem - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: eclipse 3.5 IDE phpDoc autogenerate problem (/showthread.php?tid=23147) |
eclipse 3.5 IDE phpDoc autogenerate problem - El Forum - 10-01-2009 [eluser]Shiro[/eluser] Hi Everyone, I had been using eclipse 3.5 PDT for several month, recently I just start with CI. I have a problem which is using eclipse to auto generate phpDoc. here is the scenario: Code: <?php for the __construct it will auto generate the phpDoc comment for me, but for index function it won't scenario 2: Code: <?php When I remove the class that line, the phpDoc works again, how to fix this problem? scenario 3: Code: <?php to enable the phpDoc work inside a class, I have to create a "static" function, but I don't think this is a good solution. Any idea? eclipse 3.5 IDE phpDoc autogenerate problem - El Forum - 10-07-2009 [eluser]Shiro[/eluser] for static function not working, each time I have to add static then type the phpDoc, after that remove static, nobody using eclipse for phpDOC? eclipse 3.5 IDE phpDoc autogenerate problem - El Forum - 02-01-2010 [eluser]Shiro[/eluser] just found out, I use the latest Eclipse PDT, the problem solved. Not sure what happen b4. Thx for eclipse for the hardwork! |