christopherthielen / typedoc-plugin-external-module-name

Specify the Typedoc Module of a file using @module annotation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not use module names with dots

Ernie23 opened this issue · comments

I am trying to achieve module names with dots e.g.: LT.Graphics

image

Generated help file only shows LT. The rest of the name (.Graphics) is missing.

image

My opinion your regex expression does not allow dots.

Can you please add dot ( . ) in your regex expression as valid character?

I was also looking for the same.

And then I tried using / but that makes another module. I was looking for nested modules.