-
Notifications
You must be signed in to change notification settings - Fork 884
Open
@VrIgHtEr
Description
Describe the bug
When the separatePages is used for .NET api docs, the pages for fields have the <summary> contents also copied over as if the <value> in the .NET docs was populated. However, any links in it are not copied over (ex CREFs), replacing the contents with an empty string. This does not happen if <value> was explicitly set in the .net xml docs.
When the samePage setting is used, the <summary> contents are not displayed in the <value> space at all. If the <value> is omitted from the XML docs, then the generated site displays nothing under the field value. The behavious between samePage and separatePages is inconsistent.