>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
Holger Grund - 23 Mar 2006 19:57 GMT
> >I'm puzzled about comments & intellisense.
>>Sometimes, during programming, you get comments that were typed just above
[quoted text clipped - 5 lines]
> 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
David Lowndes - 23 Mar 2006 22:18 GMT
>In my experience Intellisense comment don't follow any rules
I've often thought the same :)
Dave
Egbert Nierop (MVP for IIS) - 24 Mar 2006 09:37 GMT
> >I'm puzzled about comments & intellisense.
>>Sometimes, during programming, you get comments that were typed just above
[quoted text clipped - 5 lines]
> 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 :)