Browse by Tags
All Tags » see
-
According to the documentation at http://support.submain.com/kb/a46/xml-comment-tags-supported-by-ghostdoc.aspx#see, I should be able to add a target="_blank" attribute when using a <see> or <seealso>. When I generate an HTML help site these attributes do not appear to be honored (the links open up in the ...
-
I am using Ghost Doc Pro 5.1.16036. I am having an issue with a generic method within a non-generic class. It has the following signature:
namespace VNLibrary.Validation{
public class Validator {
public IValidator<string> When<T>(Func<IValidationContext<string>, bool> when, string key, out T value, bool ...
-
Hi,
I am using GhostDoc Pro 4.9.14150 and have hit a problem with the <see /> tag. It no longer provides links to classes in an unreferenced project, even though that project is in the solution.
For example, I have a SQL class with the summary of:
/// <summary>
/// Class containing methods to connect to a ...
-
I am having trouble adding an XML comment that will allow the user to navigate from the compiled help file to an external URL. Everything I try results in "Badly formed XML comment".
I have tried: (URLs are fake obviously)<see href="http://website.com">More Info</see><see ...
-
I have this exact same problem. I commented a class in a project (example below), referencing a return type that is based out of a separate project. I get HTML/CHM documentation that puts the straight braces around my class types, eg: Help output looks like this: [My.Namespace.ClassName], but no link to the class.
This is my ...
|
|