[BUG] For some reason the "methods" array comes out empty. Doc navigation is empty, doc headers empty.
Sometimes dox-foundation is working, sometimes it's not. I can't yet pinpoint why. When it works, the method names appear in the sidebar, and docs look as expected. When it fails, the menu items for each file are empty because the methods array is empty. And the docs for the pages are likewise missing that information.
To reproduce, I can clone my repo infamous, go into the root of the repo, then run dox-foundation --source src and the result will (probably) have this problem. I also tried cloning dox-foundatio, updating it's package.json to use the latest version of dox, then then installed that local version of dox-foundation, and the results are similar, but a few things erroneous things show up in the menu.
What might be happening here? Have I done my documentation properly?