Skip to content

Nothing parsed - still says everything is ok #1982

@oliveratgithub

Description

@oliveratgithub

When I run phpdoc from the phar with a custom config xml* or source & target, it runs through (very quickly) but it doesn’t create any doc files except the index.html and the doc template resources.

* custom config is named "codedocu.xml" and it's xml structure is positively validated

  • v3.0.0-alpha1
  • php 7.2.1

It also doesn’t create nor write anything to the given log path.

It does however say that it found the source folder... so I assume it’s not simply because a wrong path is given.

Any clues where and how I can debug this?
I already tried setting logging level to "debug" and to run it using --verbose…

Collecting files .. OK
Initializing parser .. OK
Parsing files
Storing cache in "/output/build" .. OK
Load cache                                                         ..    0.000s
Preparing template "clean"                                         ..    0.006s
Preparing 17 transformations                                       ..    0.000s
Build "elements" index                                             ..    0.000s
Replace textual FQCNs with object aliases                          ..    0.000s
Resolve @link and @see tags in descriptions                        ..    0.000s
Enriches inline example tags with their sources                    ..    0.000s
Build "packages" index                                             ..    0.000s
Adding Parents to child interfaces                                 ..    0.000s
Collect all markers embedded in tags                               ..    0.000s
Build "namespaces" index and add namespaces to "elements"          ..    0.000s
Adding Parents to child classes                                    ..    0.000s
Transform analyzed project into artifacts                          .. 
Applying 17 transformations
  Initialize writer "phpDocumentor\Plugin\Core\Transformer\Writer\FileIo"
  Initialize writer "phpDocumentor\Plugin\Twig\Writer\Twig"
  Initialize writer "phpDocumentor\Plugin\Graphs\Writer\Graph"
  Execute transformation using writer "FileIo"
  Execute transformation using writer "FileIo"
  Execute transformation using writer "FileIo"
  Execute transformation using writer "FileIo"
  Execute transformation using writer "FileIo"
  Execute transformation using writer "twig"
  Execute transformation using writer "twig"
  Execute transformation using writer "twig"
  Execute transformation using writer "twig"
  Execute transformation using writer "twig"
  Execute transformation using writer "twig"
  Execute transformation using writer "twig"
  Execute transformation using writer "twig"
  Execute transformation using writer "twig"
  Execute transformation using writer "twig"
  Execute transformation using writer "twig"
  Execute transformation using writer "Graph"
   0.094s
Analyze results and write report to log                            ..    0.000s

When I look at the generated documentation folder, there is no "structure.xml" in there – which I read, should contain all the information (not sure).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions