Phpdocumentor: [3-dev] Is not generating methods documentation

Created on 13 Jan 2019  路  1Comment  路  Source: phpDocumentor/phpDocumentor

Expected Behavior

Generate all my documentation

Actual Behavior

Only generates properties documentation

Steps to Reproduce the Problem

  1. Run phpdoc in my project dir.

Your environment

Include as many relevant details about the environment you experienced the bug in and how to reproduce it.
Since many issue might only occur on a specific code base it would be very helpfull if you link to your project
or add any code that is involved in to the issue.

  • Version used: 3.0.x-dev d9306e7
  • Install method: Composer global
  • php version: 7.2.13
  • Operating system and version: Fedora 28

Details

My code, for example Type.php, has methods in addition to properties, but only generates:

captura de pantalla de 2019-01-13 13-05-42

Im using this config:

<?xml version="1.0" encoding="UTF-8" ?>
<phpdocumentor>
  <title>PHP: Nelson Martell Library</title>

  <parser>
    <visibility>public,protected</visibility>
    <target>output/doc</target>
  </parser>

  <transformer>
    <target>docs/api</target>
  </transformer>

  <files>
    <directory>src</directory>
    <file>vendor/cakephp/utility/Text.php</file>
  </files>

</phpdocumentor>

Most helpful comment

it seems that this issue is caused by the defined visibility. I'm investigating this issue to see how it should be fixed.

>All comments

it seems that this issue is caused by the defined visibility. I'm investigating this issue to see how it should be fixed.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

niden picture niden  路  4Comments

olvlvl picture olvlvl  路  6Comments

ajthinking picture ajthinking  路  4Comments

jrfnl picture jrfnl  路  5Comments

jrfnl picture jrfnl  路  3Comments