mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Add XML documentation.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
//
|
||||
// --[ Description ] ----------------------------------------------------------
|
||||
//
|
||||
// High level representation of a DSP (Digital Signal Processor).
|
||||
// High level representation of a DSP (Digital Sound Processor).
|
||||
//
|
||||
// --[ License ] --------------------------------------------------------------
|
||||
//
|
||||
@@ -27,11 +27,15 @@
|
||||
// ----------------------------------------------------------------------------
|
||||
// Copyright © 2003-2018 Natalia Portillo
|
||||
*******************************************************************************/
|
||||
|
||||
namespace Cicm.Database.Schemas
|
||||
{
|
||||
/// <summary>Digital Sound Processor</summary>
|
||||
public class Dsp
|
||||
{
|
||||
public int id;
|
||||
/// <summary>Name</summary>
|
||||
public string DSP;
|
||||
/// <summary>ID</summary>
|
||||
public int id;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user