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

Incorrect display of generics in comment #896

Closed
joshuaavalon opened this issue Nov 15, 2016 · 5 comments
Closed

Incorrect display of generics in comment #896

joshuaavalon opened this issue Nov 15, 2016 · 5 comments
Labels
bug A bug to fix

Comments

@joshuaavalon
Copy link

joshuaavalon commented Nov 15, 2016

Minimal repro steps

<see cref="IEnumerable{T}" />

Expected result

What would you expect to happen if there wasn't a bug?

IEnumerable<T>

Actual result

What is actually happening?

IEnumerable<T><T>
@superyyrrzz
Copy link
Contributor

Thanks you for your report. I can't reproduce this with your step, but this may be related to another bug introduced in DocFX 2.7. Do you meet the same problem if using DocFX 2.6.3?

@joshuaavalon
Copy link
Author

joshuaavalon commented Nov 17, 2016

Version 2.6.3 does not have this problem but 2.7.3 has this problem.

Here is my test file.

namespace Hello_World
{
    public class Program
    {
        public static void Main(string[] args)
        {
        }

        /// <summary>
        /// Test
        /// </summary>
        /// <param name="args"></param>
        /// <seealso cref="Test{T}"/>
        public void Hello()
        { 
        }

        public class Test<T>
        {
        }
    }
}

Here is the result of 2.7.3
sc

@superyyrrzz
Copy link
Contributor

Thank you for your example. #900 will fix this. It will ship with DocFX 2.8 on 11/22.

@CrayonPastel
Copy link

docfx ver 2.61.0 looks degraded so as to cause the same issue.

yufeih added a commit that referenced this issue Feb 10, 2023
@InFTord
Copy link
Contributor

InFTord commented Feb 16, 2023

it's still broken

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug to fix
Projects
None yet
Development

No branches or pull requests

5 participants