After adding my module I can’t seem to get the module documentation to be correctly generated, it’s blank. I’ve looked at many examples and followed their example but nothing gets generated. I even tried removing it and re-adding it.
That’s good to know. Incognito mode didn’t fix it at my end.
Is the Caddy documentation on a CDN? I guess it’s agressive cdn caching that’s the issue.
I’ll just have to wait until the cache is refreshed.
To clarify, the module is listed but the documentation comes through rather bare despite being (I think) documented correct in the code?
The only thing picked up are the two Field List parameters. Nothing else. As I said earlier, I followed the pattern of others by adding
comments before the items to allow the documentation generator to pick them up and describe what they do on the website. But it’s just showing: “There are no docs for this property.”. And the Description is also blank despite adding docs for that to the code.