Proper Way to Document Class in Netbeans PHP

后端 未结 3 676
暗喜
暗喜 2021-01-13 11:02

For reasons of ease of maintenance AND IDE class auto-completion and member hinting, I\'ve used PHPDoc in my project. Given this example class:

class my_clas         


        
3条回答
  •  孤街浪徒
    2021-01-13 11:28

    I am not sure about the exact syntax but I am sure that netbeans will adhere to the standard php documentation.

    http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_tags.pkg.html http://www.phpdoc.org/

提交回复
热议问题