docs: first pass at using docfx

This commit is contained in:
Andrew Welker
2025-04-25 21:30:52 -05:00
parent e8276c4165
commit cc9492938b
48 changed files with 4244 additions and 79 deletions

View File

@@ -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)