phpdoc-md
phpdoc-md copied to clipboard
new options @rstoetter
there are new options available:
--sort-index
Sort the api index and the methods on class level
--sort-see
Sort the see also section
--level [ component | class ]
Component level: Generate a md file for each class component ( method / const ..).
Class level: generate a md file for each class
The default behaviour is the class level
--protected-off
--private-off
--public-off
Disables the output of protected / private / public components
Would be great if this one could be merged
Would be great if this one could be merged
@evert Will you consider merging this if the conflicts get resolved?
@evert Any update on this?