Module documentation not generated

1. The problem I’m having:

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.

The module is GitHub - hookenz/caddy-signed-urls: HMAC Signed URLs for Caddy v2

2. Error messages and/or full log output:

No errors shown in the web site, just no docs

3. Caddy version:

N/A

4. How I installed and ran Caddy:

N/A

a. System environment:

N/A

b. Command:

N/A

c. Service/unit/compose file:

N/A

d. My complete Caddy config:

N/A

5. Links to relevant resources:

N/A

It’s listed here, just the client-side cache is very aggressive. Try incognito mode, perhaps.

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.