mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-15 05:27:16 +00:00
docs: first pass at using docfx
This commit is contained in:
parent
e8276c4165
commit
cc9492938b
48 changed files with 4244 additions and 79 deletions
|
|
@ -9,6 +9,7 @@ using Newtonsoft.Json.Converters;
|
|||
|
||||
namespace PepperDash.Essentials.Devices.Common.Codec
|
||||
{
|
||||
|
||||
public interface IHasCallHistory
|
||||
{
|
||||
CodecCallHistory CallHistory { get; }
|
||||
|
|
@ -110,7 +111,7 @@ namespace PepperDash.Essentials.Devices.Common.Codec
|
|||
/// <summary>
|
||||
/// Takes the Cisco occurence type and converts it to the matching enum
|
||||
/// </summary>
|
||||
/// <param name="s"></para
|
||||
/// <param name="s"></param>
|
||||
public eCodecOccurrenceType ConvertToOccurenceTypeEnum(string s)
|
||||
{
|
||||
switch (s)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue