473,398 Members | 2,812 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

VBCommenter: No namespaces include in parameters in XML

Hi

I' m sorry the thread is a bit off topic, but there is no support from the vbcommenter page

I'm using vbcommenter 1.1
I have the following problem.

In some method the namespaces are not included in the name attribute of the XML file, generated by the vbcommenter.
NDOC cannot use it to generate a correct comment.

Please see the attached sample.

Is there someone who knows the problem? and has a workaround
Thanx for any hints

Best regards

Calvin

Sample
import AnOtherNamespace
imports JustAnotherNameSpace
Namespace MyVBCommenterNameSpace

''' -----------------------------------------------------------------------------
''' Project : ToolbarTest
''' Class : MyVBCommenterNameSpace.VBtestClass
'''
''' -----------------------------------------------------------------------------
''' <summary>
''' This is my class
''' </summary>
''' <remarks>
''' Testing vbcommenter ...
''' </remarks>
''' -----------------------------------------------------------------------------
Public Class VBCommenterTestClass
''' -----------------------------------------------------------------------------
''' <summary>
''' Method has a parameter JustAnotherClass
''' </summary>
''' <param name="anValue">JustAnotherClass</param>
''' -----------------------------------------------------------------------------
Public Sub MyMethod(ByVal anValue As JustAnotherClass)

End Sub
''' -----------------------------------------------------------------------------
End Class
End Namespace

The resulting attribut value of tag name in the resulting XML is then ...
name="M:MyVBCommenterNameSpace.VBCommenterTestClas s.MethodThree(JustAnotherClass)" ...
instead of ....
name="M:MyVBCommenterNameSpace.VBCommenterTestClas s.MethodThree(JustAnotherNameSpace.JustAnotherClas s)"
.....

Nov 20 '05 #1
0 905

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Dan Williams | last post by:
Hi people I've just joined the Python list and although I'm sure my question must be asked fairly frequently, I have been unable to find an answer after two days of searching. For the record, my...
24
by: Marcin Vorbrodt | last post by:
Here is an example of my code: //Header file #include <vector> using std::vector; namespace Revelation { // class definitions, etc... // class members are of type std::vector }
6
by: Steven T. Hatton | last post by:
Should I be able to forward declare something from a namespace different from the current one? For example the following code compiles: //testdriver.hpp #ifndef TESTDRIVER_HPP #define...
3
by: Rubén Campos | last post by:
Organizing classes, types, structures, enums and whatever other entities into nested namespaces requires to include into every header and implementation file the complete path of namespaces. Let me...
12
by: RA Scheltema | last post by:
Hi all, I have the following code: namespace A { inline void func(int) { ...; } inline void func(float) { ...; } inline void func(char) { ...; } }
3
by: Jim Heavey | last post by:
Trying to get the hang of Namespaces. I have primarly developed in VB and am transitioning to C# and the .Net Environment. I have worked a bit with Java as well in school about a year or so ago....
0
by: Phill W. | last post by:
Is anyone using these tools with VB 2003 to document UserControls that they're writing? In particular, I'm having trouble with the way that Events are being generated in intermediate XML and...
1
by: Joe | last post by:
Hello. We still use Studio 2003 and I have VBCommenter 1.2.6 beta. I want to custmize the template but can't figure out how to do it. The GotDotNet website is not very helpful on this subject. ...
3
by: rorni | last post by:
Hi, I'm porting code from Windows to HP-UX 11, compiling with g++. I'm getting a compilation error on the system's debug.h include file, which is included very indirectly through a series of...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.