Re: [Mono-list] Question about attributes

2004-04-29 Thread xiii29
Hi, First : Thanks for the explanation ;-) But my question what about which attributes using in order to document methods or function in my code. For example, if you want the Visual Studio .Net Property Panel to be able to display info about your properties you have to use

Re: [Mono-list] Question about attributes

2004-04-29 Thread Jonathan Stowe
On Thu, 2004-04-29 at 07:56, [EMAIL PROTECTED] wrote: Hi, First : Thanks for the explanation ;-) But my question what about which attributes using in order to document methods or function in my code. For example, if you want the Visual Studio .Net Property Panel to be able to display

Re: [Mono-list] Question about attributes

2004-04-29 Thread xiii29
Ok, so there is no recommendation about attributes to use in mono for documentation... I don't want using XML tags as it doesn't work with VB.Net by default (I think...) and you have to deliver : assembly and XML file ... So I will create some attributes ! Thanks for all the answer !

AW: [Mono-list] Question about attributes

2004-04-29 Thread Jochen Wezel
[EMAIL PROTECTED] Gesendet: Donnerstag, 29. April 2004 13:35 An: [EMAIL PROTECTED]; Jonathan Stowe Betreff: Re: [Mono-list] Question about attributes Ok, so there is no recommendation about attributes to use in mono for documentation... I don't want using XML tags as it doesn't work with VB.Net

Re: [Mono-list] Question about attributes

2004-04-29 Thread Rodolfo Campero
From: [EMAIL PROTECTED] To: [EMAIL PROTECTED],Jonathan Stowe [EMAIL PROTECTED] Subject: Re: [Mono-list] Question about attributes Date: Thu, 29 Apr 2004 13:35:07 +0200 Ok, so there is no recommendation about attributes to use in mono for documentation... I don't want using XML tags as it doesn't

Re: [Mono-list] Question about attributes

2004-04-29 Thread Joshua Tauberer
. That would be nice, because one could use NDoc to generate files for Windows users. Does anyone knows about such a tool? Rodolfo From: [EMAIL PROTECTED] To: [EMAIL PROTECTED],Jonathan Stowe [EMAIL PROTECTED] Subject: Re: [Mono-list] Question about attributes Date: Thu, 29 Apr 2004 13:35:07 +0200 Ok, so

Re: [Mono-list] Question about attributes

2004-04-29 Thread Rodolfo Campero
something usable, in order to make it part of mono or monodoc. Best regards, Rodolfo From: Joshua Tauberer [EMAIL PROTECTED] To: Rodolfo Campero [EMAIL PROTECTED] CC: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [Mono-list] Question about attributes Date: Thu, 29 Apr 2004

Re: [Mono-list] Question about attributes

2004-04-29 Thread Joshua Tauberer
Rodolfo Campero wrote: I already know XSLT, so I will give it a shot this afternoon Great! I would like to know who should I refer to when I get something usable, in order to make it part of mono or monodoc. Just post it to the docs list for everyone to take a look at. -- - Joshua Tauberer

[Mono-list] Question about attributes

2004-04-28 Thread Xiii29
Hi ! I've question about attributes in Mono. I would like to comment my assemblys by using attributes (meta-attributes...) and i'm wondering if there is rules (or preconisations...) about which attributes using... Thanks for any help ! -- Xiii29 [EMAIL PROTECTED]

Re: [Mono-list] Question about attributes

2004-04-28 Thread Jonathan Pryor
On Wed, 2004-04-28 at 16:46, Xiii29 wrote: I've question about attributes in Mono. I would like to comment my assemblys by using attributes (meta-attributes...) and i'm wondering if there is rules (or preconisations...) about which attributes using... I'm pretty sure I don't understand your