Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<see> crefs break when inside <para>s #107

Open
librarianmage opened this issue Aug 14, 2023 · 0 comments
Open

<see> crefs break when inside <para>s #107

librarianmage opened this issue Aug 14, 2023 · 0 comments

Comments

@librarianmage
Copy link

I am trying to use <see> tags inside paragraph tags, but it doesn't show up:

    /// <summary>
    ///   Object has a chance of spawning a hidden troll
    /// </summary>
    /// <remarks>
    ///   Object has a <see cref="SpawnChance"/>% chance of activating upon creation. When active, …
    ///
    ///   <para>
    ///     When the part fails to activate or successfully spawns, it will remove itself from its parent and optionally obliterate its parent if <see cref="ObliterateParent"/> is set.
    ///   </para>
    /// </remarks>

turns into

Object has a chance of spawning a hidden troll

Remarks:  Object has a `XRL.World.Parts.Books_TrollSpawner.SpawnChance`% chance of activating upon creation. When active, … 
         When the part fails to activate or successfully spawns, it will remove itself from its parent and optionally obliterate its parent if  is set.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant