Show / Hide Table of Contents

Class DocFxHelper

Inheritance
System.Object
DocFxHelper
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NetDocsForLLM.Helpers
Assembly: NetDocsForLLM.dll
Syntax
public static class DocFxHelper

Methods

CreateDocFxConfigAsync(String, String[])

Declaration
public static async Task<string> CreateDocFxConfigAsync(string outputPath, params string[] assemblyPaths)
Parameters
Type Name Description
System.String outputPath
System.String[] assemblyPaths
Returns
Type Description
System.Threading.Tasks.Task<System.String>

ParseXmlComments(String)

Declaration
public static XDocument ParseXmlComments(string xmlPath)
Parameters
Type Name Description
System.String xmlPath
Returns
Type Description
System.Xml.Linq.XDocument
In This Article
Back to top Generated by DocFX