Re: docs.json is incomplete

2020-04-11 Thread Adam D. Ruppe via Digitalmars-d-learn
On Saturday, 11 April 2020 at 15:14:21 UTC, Adam D. Ruppe wrote: I'll come back to it later tonight or something, but yeah definitely bugs on my end there, so I'll take care of it. Just rebuilt your page with the new stuff... * fixed a bunch of bugs in private: detection. Most your modules no

Re: docs.json is incomplete

2020-04-11 Thread Adam D. Ruppe via Digitalmars-d-learn
On Saturday, 11 April 2020 at 14:49:17 UTC, Anonymouse wrote: Yes, http://kameloso.dpldocs.info/kameloso.plugins.seen.html. onBusMessage is private like the other functions, but it shows up. (Additionally the public imports are private.) Oh, I see, my colon attribute code is bad, it doesn't re

Re: docs.json is incomplete

2020-04-11 Thread Anonymouse via Digitalmars-d-learn
On Saturday, 11 April 2020 at 13:13:45 UTC, Adam D. Ruppe wrote: On Saturday, 11 April 2020 at 06:49:21 UTC, Anonymouse wrote: (TL;DR: the module contains one public class and (private) two structs, three free functions and one module-level mixin, but only the class is shown. It is all under

Re: docs.json is incomplete

2020-04-11 Thread Adam D. Ruppe via Digitalmars-d-learn
On Saturday, 11 April 2020 at 06:49:21 UTC, Anonymouse wrote: I'm trying to get docs for my project hosted, and everything works, except there are entries missing. Looking at the generated docs.json there's simply a lot of omitted stuff. My dpldocs.info site doesn't use docs.json, it goes dire

docs.json is incomplete

2020-04-10 Thread Anonymouse via Digitalmars-d-learn
I'm trying to get docs for my project hosted, and everything works, except there are entries missing. Looking at the generated docs.json there's simply a lot of omitted stuff. Example: http://kameloso.dpldocs.info/kameloso.plugins.sedreplace.html http://kameloso.dpldocs.info/source/kameloso.pl