473,800 Members | 2,607 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 AnOtherNamespac e
imports JustAnotherName Space
Namespace MyVBCommenterNa meSpace

''' -----------------------------------------------------------------------------
''' Project : ToolbarTest
''' Class : MyVBCommenterNa meSpace.VBtestC lass
'''
''' -----------------------------------------------------------------------------
''' <summary>
''' This is my class
''' </summary>
''' <remarks>
''' Testing vbcommenter ...
''' </remarks>
''' -----------------------------------------------------------------------------
Public Class VBCommenterTest Class
''' -----------------------------------------------------------------------------
''' <summary>
''' Method has a parameter JustAnotherClas s
''' </summary>
''' <param name="anValue"> JustAnotherClas s</param>
''' -----------------------------------------------------------------------------
Public Sub MyMethod(ByVal anValue As JustAnotherClas s)

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

The resulting attribut value of tag name in the resulting XML is then ...
name="M:MyVBCom menterNameSpace .VBCommenterTes tClass.MethodTh ree(JustAnother Class)" ...
instead of ....
name="M:MyVBCom menterNameSpace .VBCommenterTes tClass.MethodTh ree(JustAnother NameSpace.JustA notherClass)"
.....

Nov 20 '05 #1
0 918

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

Similar topics

1
2090
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 total Python experience is also two days :) (I come from a C++ background though, so I have good programming knowledge in general). My question is thus: how do I reference a parent module and its children?
24
3534
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
5221
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 TESTDRIVER_HPP #include <ostream> namespace ns_testdriver{ using std::ostream;
3
1204
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 show an example: classes.hpp classes.cpp util.hpp util.cpp main.cpp // classes.hpp namespace Classes { class MyBaseClass {
12
2983
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
2323
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. NameSpaces and Java Packages are similar in nature? In the dot net world, you are not able to pick out (import) a particulare "class" within the namespace - just the entire namespace. Is that Right? In Java, I would carve out a place on my...
0
1081
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 finished help file. VBCommenter seems to create /two/ distinct entries for each Event: 1) the Event itself, which doesn't seem to include /any/ of the XML comments I've coded, and 2) the EventHandler Delegate, which does include all my comments, but...
1
1189
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. I thought there should be a file called default-autoinsert.xslt somewhere. But where? There's none in the VBCommenter folder. Can someone please help or point to a helpful site? Thanks.
3
3271
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 other system include files. The one I am including is <map> . The errors I am getting are: /opt/hp-gcc-4.2.1/lib/gcc/ia64-hp-hpux11.23/4.2.1/../../../../include/c++/4.2.1/debug/debug.h: At global scope:...
0
9550
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10501
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10273
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
10032
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9085
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6811
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5469
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5603
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3764
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.