1
Just starting with GhostDoc Pro
Question asked by John Campbell-Higgens - 1/6/2021 at 7:42 AM
Answered
I am creating in Visual Studio 2019 using VB, where can I put text so that when the Help File is built it adds it on the TOC page under the NameSpace 

3 Replies

Reply to Thread
0
Misha Zhutov Replied
Employee Post Marked As Answer
Hello, 

You can add the XML comment for the namespace:
0
John Campbell-Higgens Replied
That is fine for C# but as stated this is VB that I am talking about, I can't see the namespace AutoStoreLibrary in a the VB project to comment in front of.

0
Misha Zhutov Replied
Employee Post
Just add an empty namespace declaration in your code with Global. It will allow to document the root namespace.

Reply to Thread