Comments & intellisense

  • Thread starter Egbert Nierop \(MVP for IIS\)
  • 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!
 
D

David Lowndes

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
 
H

Holger Grund

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
 
D

David Lowndes

In my experience Intellisense comment don't follow any rules

I've often thought the same :)

Dave
 
E

Egbert Nierop \(MVP for IIS\)

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 :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top