Open mikeryan776 opened 5 years ago
So, while Doxygen seems to handle {@inheritdoc} for purely internal hierarchies, it doesn't pick it up when inheriting from a library in ../vendor (the description is empty in these cases, presumably this is what confused doxyphp2sphinx). I need to research Doxygen a bit to see how I can have it pull in inherited docs from vendor but not generate the docs for everything in there...
Doxygen's XML for the suspect class:
Cheers, labeling this as 'bug', since we should prefer to skip past unsupported doxygen features rather than crashing out.
I had some quick fixes locally to get this working, here is the modified file: https://gist.github.com/romaninsh/10a0c8acf24aef9d06a9b658a3c7c0ba
Trying out generating PHP docs per https://mike42.me/blog/2018-06-how-to-create-effective-php-project-documentation-with-read-the-docs, and doxyphp2sphinx crashed on me:
It would seem to be choking either finishing the
EtlCommand
class or starting theMigrateCommand
class in https://gitlab.com/soongetl/soong/tree/master/src/Console/Command.Any thoughts?