Browse by Tags
All Tags » cref
-
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 ...
-
The text "GetAssessmentListByDate()" should be hyperlinked in the following output, but it's not in the output when I "Build Help File" (HTML format). Here is a snippet of output:AssessmentListDataContract ClassInput and output parameter wrapper for ...
-
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 ...
|
|