I would like to know which formats are supported at line with 'format' key of the ".phpdoc-md" configuration file.
What to setup if our PHP project is NOT hosted under Github?
I understand the config line with 'destDirectory' key (destination folder) but that's all about it.
What values do we have to enter at other configuration lines?
'rootNamespace' => 'Clean\PhpDocMd\Example', // can we set '.'?
'destDirectory' => 'resources/doc/php', // OK
'format' => 'github', // what other format(s)?
'classes' => [ ... ] // do we have to list all classes of the project? (it could be many)
Some more documentation would be appreciated please.
I would like to know which formats are supported at line with 'format' key of the ".phpdoc-md" configuration file.
What to setup if our PHP project is NOT hosted under Github?
I understand the config line with 'destDirectory' key (destination folder) but that's all about it.
What values do we have to enter at other configuration lines?
Some more documentation would be appreciated please.