[ROOT] / doc / toc / ARCDoc / Class / DocLinkCollection / InsertLinks / __TOCDet

KeyValue
AssemblyARCDoc
DocFragTypeClassMember
IsInherited-False-
IsInheritedDoc-False-
Lines-8-
NameInsertLinks
NamespaceARCDoc
TypeDocLinkCollection

ClassMemberAttribute

KeyValue
DeclaringTypeDocLinkCollection
MethodNameInsertLinks
MethodSignatureSystem.String InsertLinks(System.Collections.Generic.List`1[ARCCore.IKCoded], System.String)

Does LinkInsertionInDocumentation on the given HTML content.

Replaces all occurrences of any -[HTMLLink]- with corresponding '<a href = "...' tag.

TODO: Possible easy improvement for better performance:
TODO: DocLinks could be grouped by first letters or similar
TODO: If hyphen + that letter do not exist, then we can skip that group altogether.
TDDO: This should greatly speed up insertion of links in small documents.

Edit


Generated 2025-10-29 17:22:33.352 UTC