Click here to Skip to main content
15,890,690 members
Home / Discussions / C#
   

C#

 
GeneralRe: Detect Opened Forms Pin
RizwanSharp25-Mar-06 4:09
RizwanSharp25-Mar-06 4:09 
GeneralRe: Detect Opened Forms Pin
Stefan Troschuetz25-Mar-06 4:17
Stefan Troschuetz25-Mar-06 4:17 
GeneralRe: Detect Opened Forms Pin
RizwanSharp25-Mar-06 4:23
RizwanSharp25-Mar-06 4:23 
GeneralRe: Detect Opened Forms Pin
mav.northwind25-Mar-06 4:18
mav.northwind25-Mar-06 4:18 
QuestionLoading a class from DLL at run-time Pin
hhrafn25-Mar-06 3:32
hhrafn25-Mar-06 3:32 
AnswerRe: Loading a class from DLL at run-time Pin
Stefan Troschuetz25-Mar-06 4:09
Stefan Troschuetz25-Mar-06 4:09 
GeneralRe: Loading a class from DLL at run-time Pin
hhrafn25-Mar-06 4:43
hhrafn25-Mar-06 4:43 
QuestionSuppressing XML comments warning? Pin
Dominik Reichl25-Mar-06 3:27
Dominik Reichl25-Mar-06 3:27 
Hello!

I'm documenting my C# project using XML comments (and building a CHM later using NDoc). Now I got a problem: I have an enum that contains many values and these values do not need to be documented, they are self-explanatory.

public enum Icons
{
    None = 0,
    Directory,
    Apple,
    Banana,
    Computer,
    ...
}

Hundreds of icons. Now I want to document the enum itself, but not any of the possible values. Unfortunately, when compiling with level 4 compiler warnings, each value gives me a warning about a missing XML comment.

Is there any way to suppress such XML comment warnings?

Thanks in advance and best regards
Dominik



_outp(0x64, 0xAD);
and
__asm mov al, 0xAD __asm out 0x64, al
do the same... but what do they do?? Wink | ;)
(doesn't work on NT)

AnswerRe: Suppressing XML comments warning? Pin
leppie25-Mar-06 4:23
leppie25-Mar-06 4:23 
QuestionRe: Suppressing XML comments warning? Pin
Dominik Reichl25-Mar-06 4:32
Dominik Reichl25-Mar-06 4:32 
AnswerRe: Suppressing XML comments warning? Pin
Nicholas Butler25-Mar-06 4:57
sitebuilderNicholas Butler25-Mar-06 4:57 
GeneralRe: Suppressing XML comments warning? Pin
Dominik Reichl25-Mar-06 5:21
Dominik Reichl25-Mar-06 5:21 
Questionproblem with delegates and events Pin
abdelhameed8125-Mar-06 3:24
abdelhameed8125-Mar-06 3:24 
AnswerRe: problem with delegates and events Pin
Stefan Troschuetz25-Mar-06 3:57
Stefan Troschuetz25-Mar-06 3:57 
Questionextracting ISO file Pin
mohdmeraj25-Mar-06 2:01
mohdmeraj25-Mar-06 2:01 
Questionhow to create virtual drive in c# Pin
mohdmeraj25-Mar-06 1:59
mohdmeraj25-Mar-06 1:59 
QuestionPerformanceCounter won't work Pin
polisen25-Mar-06 1:05
polisen25-Mar-06 1:05 
Questionlistview and image Pin
yosba22125-Mar-06 0:00
yosba22125-Mar-06 0:00 
QuestionVoice chat Pin
deepthi wilson24-Mar-06 23:45
deepthi wilson24-Mar-06 23:45 
AnswerRe: Voice chat Pin
RizwanSharp25-Mar-06 4:29
RizwanSharp25-Mar-06 4:29 
GeneralRe: Voice chat Pin
deepthi wilson26-Mar-06 17:06
deepthi wilson26-Mar-06 17:06 
QuestionHow do I list Drive informations of a remote computer Pin
deepthi wilson24-Mar-06 23:39
deepthi wilson24-Mar-06 23:39 
AnswerRe: How do I list Drive informations of a remote computer Pin
RizwanSharp25-Mar-06 3:29
RizwanSharp25-Mar-06 3:29 
QuestionArrays in a class definition Pin
IceWater4224-Mar-06 23:28
IceWater4224-Mar-06 23:28 
AnswerRe: Arrays in a class definition Pin
Guffa25-Mar-06 0:21
Guffa25-Mar-06 0:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.