Summary comments in Class Library
am 13.04.2008 00:21:38 von Brian ShaferHi,
I am trying to format my comments for my class library. how do i insert new
line feed so that all the text is not just jumbled in together
Brian
Hi,
I am trying to format my comments for my class library. how do i insert new
line feed so that all the text is not just jumbled in together
Brian
Generally, you don't worry about formatting within the XML comments as the
XML can be "styled" later. I'm not sure what "jumbled in together" means,
but the IDE will simply word wrap any comments that are too long for display
in intellisense.
-Scott
"Brian"
news:OCSuUuOnIHA.1204@TK2MSFTNGP03.phx.gbl...
> Hi,
> I am trying to format my comments for my class library. how do i insert
> new line feed so that all the text is not just jumbled in together
> Brian
>
maybe so, but in the case where I am adding summary comments that will be
displayed in the object browser,,, all the lines run together, rather than
the way i have it displayed on the file....
I'd like to be force it to display a new line in the object browser for
example
'''
'''||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||
'''||| Purpose: this is my purpose.|||
'''||| give a general description here |||
'''||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||
'''
'''
"Scott M."
news:eYGcpXPnIHA.5160@TK2MSFTNGP05.phx.gbl...
> Generally, you don't worry about formatting within the XML comments as the
> XML can be "styled" later. I'm not sure what "jumbled in together" means,
> but the IDE will simply word wrap any comments that are too long for
> display in intellisense.
>
> -Scott
>
> "Brian"
> news:OCSuUuOnIHA.1204@TK2MSFTNGP03.phx.gbl...
>> Hi,
>> I am trying to format my comments for my class library. how do i insert
>> new line feed so that all the text is not just jumbled in together
>> Brian
>>
>
>
I haven't tried it, but you could try embedding an HTML break command
(assuming the OB is displaying the XML using an HTML parser). Try adding
into the comments.
"Brian"
news:%23TpYc9PnIHA.3780@TK2MSFTNGP06.phx.gbl...
> maybe so, but in the case where I am adding summary comments that will be
> displayed in the object browser,,, all the lines run together, rather than
> the way i have it displayed on the file....
> I'd like to be force it to display a new line in the object browser for
> example
> '''
>
> '''||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||
>
> '''||| Purpose: this is my purpose.|||
>
> '''||| give a general description here |||
>
> '''||||||||||||||||||||||||||||||||||||||||||||||||||||||||| |||||||||||||||||
>
> '''
>
> '''
>
> "Scott M."
> news:eYGcpXPnIHA.5160@TK2MSFTNGP05.phx.gbl...
>> Generally, you don't worry about formatting within the XML comments as
>> the XML can be "styled" later. I'm not sure what "jumbled in together"
>> means, but the IDE will simply word wrap any comments that are too long
>> for display in intellisense.
>>
>> -Scott
>>
>> "Brian"
>> news:OCSuUuOnIHA.1204@TK2MSFTNGP03.phx.gbl...
>>> Hi,
>>> I am trying to format my comments for my class library. how do i insert
>>> new line feed so that all the text is not just jumbled in together
>>> Brian
>>>
>>
>>
>
>