From: Owen B. <ow...@bl...> - 2006-04-27 17:03:37
|
Bradley, Have you tried surrounding your XML in a <code> ... </code> block? I believe that's the XMLdoc tag you want. There's loads more information about the XMLdoc schema in the section of the NDoc User Guide called "Tag Reference". O x Bradley Ward wrote (2006-04-27 T 12:41 -0400): > From: Bradley Ward <bw...@co...> > Return-Path: <ndo...@li...> > To: ndo...@li... > Envelope-To: ow...@pl... > Message-ID: <472...@SE...> > X-Spam-Status: No, score=-2.5 required=10.0 tests=BAYES_00,HTML_80_90, > HTML_MESSAGE,SPF_HELO_PASS autolearn=ham version=3.0.4 > Date: Thu, 27 Apr 2006 12:41:23 -0400 > Delivery-date: Thu, 27 Apr 2006 17:42:20 +0100 > Subject: [Ndoc-users] C# Documentation Markup language > > NDoc is great, but the actual markup language has a very high suckage > factor IMHO. I don't know why Microsoft could not use an existing > language (HTML) instead of making up their own suckly markup language... > Oh well... off of my soapbox. > > > > What I want to do is to document in my comments a simple XML document. > Can anyone tell me how to get the output to appear like this: > > > > <root> > > <node>x</node> > > <node> > > <node>y</node> > > </node> > > </root> > > > > Instead of like this: > > > > <root> <node>x</node> <node> <node>y</node> </node> </root> > > > > The C# documentation markup language seems to be very limited... all I > need is the HTML <br> token, but it does not seem to work. > > > > Any ideas? > > Thanks, > > > > Brad > > > > > > -- Owen Blacker, London GB Say no to ID cards: www.no2id.net -- They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety --Benjamin Franklin, 1759 |