Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7565329
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T14:07:41+00:00 2026-05-30T14:07:41+00:00

I am trying to include a code snippet in my class XML documentation but

  • 0

I am trying to include a code snippet in my class XML documentation but the compiler complaining that an xml element is not closed!
Here is what I am trying to achieve

/// <summary>
/// Method documentation here...
/// </summary>
/// <remarks>
/// <para>
/// This class should be used as follow:
/// <br/>
/// ************** PROBLEM IN NEXT LINE ********************
/// <c> MyClass class = new MyClass<String>(); </c>
/// </para>
/// </remarks>
public class MyClass<T>{
....
}

I tried to replace the code snippet by /// <c> MyClass class = new MyClass{String}(); </c>

Any one has experienced this before?

Thanks for your help

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T14:07:42+00:00Added an answer on May 30, 2026 at 2:07 pm

    In xml documentation, you have to replace the triangular braces with curly braces:

     /// <summary>
     /// Calls <see cref="DoSomething{T}"/>.
     /// </summary>
     public void CallsDoSomething()
     {
    
     }
    
     public void DoSomething<T>()
     {
    
     }
    

    The reason you end up forced to do this, it because it genuinely isn’t well formed xml if you allow triangular braces outside of element markup.

    The replace you tried is correct.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to compile such code: #include <iostream> using namespace std; class CPosition {
I have a small code snippet that I'm trying to get to work in
I'm trying to compile the following snippet of code: #include <boost/filesystem/path.hpp> //Other includes snipped
Here is a snippet of my code from my ability class if user.admin? can
I am trying to add two Vectors below is the code snippet :- #include
I was trying to understand something with pointers, so I wrote this code: #include
I'm trying to include an EPS figure in a document that will be compiled
I'm trying to create a linked list class in Eclipse but I can't get
I'm trying to implement a tinyMCE editor into an ExtJs environment. But it's not
I'm trying to use the Macromedia XSLTransform class to convert XML returned from Amazon

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.