Coder Social home page Coder Social logo

Comments (2)

EWSoftware avatar EWSoftware commented on July 29, 2024

For the group pages such as properties, methods, etc., you need to fully qualify the name and use the proper group prefix. Typically, it will be the fully qualified name of the class prefixed with something like "Methods." or "Properties.". Generic classes will need the generic type parameter count included in their member ID as well. Method overloads, including those for constructors, are a little different as shown in the examples below:

Methods.T:XMLCommentsExamples.GenericClass`2
Properties.T:XMLCommentsExamples.GenericClass`2
Events.T:XMLCommentsExamples.SampleClass
Overload:SandcastleBuilder.Utils.FilePath.#ctor

If in doubt, the ID to use can be found by looking at the generated HTML for the page and looking for the ID element depending on which presentation style you're using. For example, in the VS2013 style, the ID is stored in the "Microsoft.Help.Id" meta element.

For overloads, you can use the cref notation "O:SandcastleBuilder.Utils.FilePath.#ctor". The "O:" prefix will translate to the method overload page. For the others you'll have to use href notation such as:

<see href="html/Events.T:XMLCommentsExamples.SampleClass.htm">Sample Class Events</see>

from shfb.

nrmiller avatar nrmiller commented on July 29, 2024

Perfect! Just what I was looking for. :)

Thanks for the help.

from shfb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.