DocC extension documentation

I built a small swift utility library, playing around with some new features introduced this year, one of them being DocC. I was able to successfully build the documentation https://timekeeper.aplr.io, which works great for all classes and structs, but I can't get DocC to include docs for the public Combine Publisher extension (here). Is there some way to do this or is it just not supported (yet, hopefully).

Thanks,
Andreas

You generate documentation use terminal or XCode?

DocC extension documentation
 
 
Q