XML documentation, you know, "<summary></summary>" etc.
-
Not programming! In Visual Studio 2008, I have the option Generate XML documentation comments for /// checked. Does anyone know how if it's possible to configure it so that the newlines aren't inserted for the
summary
tag? I want the summary on one line if possible, as is done automatically withremarks
and the other tags.-- Time you enjoy wasting is not wasted time - Bertrand Russel
-
Not programming! In Visual Studio 2008, I have the option Generate XML documentation comments for /// checked. Does anyone know how if it's possible to configure it so that the newlines aren't inserted for the
summary
tag? I want the summary on one line if possible, as is done automatically withremarks
and the other tags.-- Time you enjoy wasting is not wasted time - Bertrand Russel
Mmm, 99% sure you cant. Use a post processor on the source files if you really want that...
xacc.ide
IronScheme - 1.0 RC 1 - out now!
((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth Edition -
Mmm, 99% sure you cant. Use a post processor on the source files if you really want that...
xacc.ide
IronScheme - 1.0 RC 1 - out now!
((λ (x) `(,x ',x)) '(λ (x) `(,x ',x))) The Scheme Programming Language – Fourth EditionDid some more searches that seem to support your assumption. Hmm. Too bad. Thanks anyway.
-- Time you enjoy wasting is not wasted time - Bertrand Russel
-
Not programming! In Visual Studio 2008, I have the option Generate XML documentation comments for /// checked. Does anyone know how if it's possible to configure it so that the newlines aren't inserted for the
summary
tag? I want the summary on one line if possible, as is done automatically withremarks
and the other tags.-- Time you enjoy wasting is not wasted time - Bertrand Russel
Check tools -> Macros -> Macros IDE Friend of mine found there macro that generates this comments but it was for vb.net not c#
-
Not programming! In Visual Studio 2008, I have the option Generate XML documentation comments for /// checked. Does anyone know how if it's possible to configure it so that the newlines aren't inserted for the
summary
tag? I want the summary on one line if possible, as is done automatically withremarks
and the other tags.-- Time you enjoy wasting is not wasted time - Bertrand Russel
Isn't there a Visual Studio forum?