[ROOT] / doc / toc / ARCDoc / Class / DocLink / LinkWordHTMLBeforeLt
If -LinkWordHTML contains '<' (really '<') (for generic types, like 'PValue<TValue>') then this will contain the part before '<' like 'PValue'.
This is due to use 'nameof' for generic classes like 'nameof(PValue<TValue>)' will result in only the name of the base type, ending up with 'PValue<T>' instead of '-PValue<TValue>-'
Therefore, we must create links also for the part before '<'.
Generated 2025-05-22 21:04:56.561 UTC