xmldoc polishing
This commit is contained in:
@@ -26,6 +26,9 @@ using System;
|
||||
|
||||
namespace Spring.Calculator.Domain
|
||||
{
|
||||
/// <summary>
|
||||
/// Encapsulates the result of an integer division
|
||||
/// </summary>
|
||||
[Serializable]
|
||||
public class DivisionResult
|
||||
{
|
||||
|
||||
@@ -28,7 +28,6 @@ namespace Spring.Calculator.Interfaces
|
||||
/// An advanced calculator service interface.
|
||||
/// </summary>
|
||||
/// <author>Bruno Baia</author>
|
||||
/// <version>$Id: IAdvancedCalculator.cs,v 1.1 2006/10/29 18:39:04 bbaia Exp $</version>
|
||||
public interface IAdvancedCalculator : ICalculator
|
||||
{
|
||||
int GetMemory();
|
||||
|
||||
@@ -30,7 +30,6 @@ namespace Spring.Calculator.Interfaces
|
||||
/// A simple calculator service interface.
|
||||
/// </summary>
|
||||
/// <author>Bruno Baia</author>
|
||||
/// <version>$Id: ICalculator.cs,v 1.1 2006/10/29 18:39:04 bbaia Exp $</version>
|
||||
public interface ICalculator
|
||||
{
|
||||
int Add(int n1, int n2);
|
||||
|
||||
Reference in New Issue
Block a user