neuecc/MarkdownGenerator

<see> elements don't link when regex pattern to select namespaces is not provided

enkelmedia opened this issue · 1 comments

The method that generates links for -elements only works when we explicitly pass a namespace name.

Here the parameter ns will be empty if there is no name space configured in the command line arguments.

if (!string.IsNullOrWhiteSpace(ns)) {

Solution:

Get the assembly name from the xml-file and pass this to the ResolveSeeElement-method.

Merged in 362ed90