Wanted in C# 2.0: Namespace documentation
From: Jon Davis (jon_at_REMOVE.ME.jondavis.net)
Date: 05/19/04
- Next message: Chad Z. Hower aka Kudzu: "Re: Multiple Windows without MDI (Continued)"
- Previous message: Chad Z. Hower aka Kudzu: "Re: ListView out of range exception"
- Next in thread: Christoph Nahr: "Re: Wanted in C# 2.0: Namespace documentation"
- Reply: Christoph Nahr: "Re: Wanted in C# 2.0: Namespace documentation"
- Reply: Colin Young: "Re: Wanted in C# 2.0: Namespace documentation"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 18 May 2004 23:16:09 -0700
Namespaces don't have <summary> documentation (do they?), and I think it
would be nice to have it. For instance,
/// <summary>
/// Classes containing math functions.
/// </summary>
namespace BillyBob.Math {
...
}
Now if you had more than one <summary> compiled with a namespace, such as
having two class files each with a different <summary> for its otherwise
identical namespace, then the consumer could be able to cycle through the
different summary descriptions... it should be an array of descriptions.
Might be a little messy I suppose, but it's better than no descriptions at
all.
Sometimes people deliver things in the strangest namespaces ...
Jon
- Next message: Chad Z. Hower aka Kudzu: "Re: Multiple Windows without MDI (Continued)"
- Previous message: Chad Z. Hower aka Kudzu: "Re: ListView out of range exception"
- Next in thread: Christoph Nahr: "Re: Wanted in C# 2.0: Namespace documentation"
- Reply: Christoph Nahr: "Re: Wanted in C# 2.0: Namespace documentation"
- Reply: Colin Young: "Re: Wanted in C# 2.0: Namespace documentation"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|