|
From: Pascal B. <Bou...@xc...> - 2004-11-19 16:55:37
|
Hi, =20 We've just realized that the VB syntax for classes that implement interfaces is broken in ndoc 1.3 beta2 (build 1746, october 12). When a class implements one (or more) interface, the C# syntax is ok but the VB syntax only displays "Implements" without the name(s) of the implemented interface(s): =20 [Visual Basic]=20 Public Class ZipArchive Inherits ZippedFolder Implements=20 [C#]=20 public class ZipArchive : ZippedFolder, IBatchUpdateable I tried reverting common.xslt to revision 1.90 and vb-syntax.xslt to 1.32, but it dit not fix the problem... Kevin, you seem to be the one who checked in the "Fix/Enhanced vb syntax for 'implements' members" modifications so I was wondering if you could take a look at the problem? If you don't have time, I will be happy to look into it (although I am no xslt expert...). Thanks, Pascal P.S. Also, base class names are not hyperlinked in the VB syntax (e.g ZippedFolder in my previous example). This is not a showstopper for us as the C# syntax is properly hyperlinked, but I just wanted to let you know... |