When you use phpdoc to generate a document, the generated document is only the method of the current class, and also includes the method of the parent class. Is there any way to block the parent class method and generate only the current class method. Are there any parameters that can be set? When you use phpdoc to generate a document, the generated document is only the method of the current class, and also includes the method of the parent class.
Is there any way to block the parent class method and generate only the current class method.
Are there any parameters that can be set?
Reply content:
When you use phpdoc to generate a document, the generated document is only the method of the current class, and also includes the method of the parent class.
Is there any way to block the parent class method and generate only the current class method.
Are there any parameters that can be set?