1 Replies - 3982 Views - Last Post: 14 March 2009 - 10:25 AM Rate Topic: -----

#1 Zammy  Icon User is offline

  • New D.I.C Head

Reputation: 1
  • View blog
  • Posts: 48
  • Joined: 21-October 06

Visual Studio: Force new line on comment(XML) in C#

Post icon  Posted 14 March 2009 - 04:33 AM

I have this code
	/// <summary>
	/// Class holds all nodes and reward on the level.
	/// Responsible: 
	///	 for giving starting nodes to actors 
	///	 for reseting pacman info on nodes
	///	 for pacman eating reward, check is made here and info is returned to pacman
	///	 for drawing rewards
	/// </summary>



I want each of those lines to display on separate line in VS when I hover my mouse over the class.
Hints how to do it?

Thx

Is This A Good Question/Topic? 0
  • +

Replies To: Visual Studio: Force new line on comment(XML) in C#

#2 Martyr2  Icon User is online

  • Programming Theoretician
  • member icon

Reputation: 3875
  • View blog
  • Posts: 11,414
  • Joined: 18-April 07

Re: Visual Studio: Force new line on comment(XML) in C#

Posted 14 March 2009 - 10:25 AM

I am not quite sure what you mean each on its own line when you hover over the class. If you put those lines in just like you have them and you collapse the class, then highlight over it they are on their own line. Are you talking about when you generate documentation from the class?

Can you be a bit more descriptive of what you mean? :)
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1