Comments & intellisense

  • Thread starter Thread starter Egbert Nierop \(MVP for IIS\)
  • Start date Start date
E

Egbert Nierop \(MVP for IIS\)

Hi,

I'm puzzled about comments & intellisense.
Sometimes, during programming, you get comments that were typed just above
the declaration in the header files, but sometimes, not while -there are-
comments just above the declaration.

Is this simply a bug or are the special conditions that apply?

Thanks!
 
I'm puzzled about comments & intellisense.
Sometimes, during programming, you get comments that were typed just above
the declaration in the header files, but sometimes, not while -there are-
comments just above the declaration.

Is this simply a bug or are the special conditions that apply?

The rules the IDE uses are explained in the MSDN topic titled
"Supplying Code Comments".

Dave
 
David Lowndes said:
The rules the IDE uses are explained in the MSDN topic titled
"Supplying Code Comments".
In my experience Intellisense comment don't follow any rules
(and yes I read the MSDN docs).

-hg
 
In my experience Intellisense comment don't follow any rules

I've often thought the same :)

Dave
 
David Lowndes said:
The rules the IDE uses are explained in the MSDN topic titled
"Supplying Code Comments".

I think, I spent 10% of my programming to to reading docs :)
 
Back
Top