Show / Hide Table of Contents

Interface IDocFxService

Namespace: NetDocsForLLM.Services
Assembly: NetDocsForLLM.dll
Syntax
public interface IDocFxService

Methods

GenerateMetadataAsync(IEnumerable<AssemblyModel>)

Declaration
Task<string> GenerateMetadataAsync(IEnumerable<AssemblyModel> assemblies)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<AssemblyModel> assemblies
Returns
Type Description
System.Threading.Tasks.Task<System.String>
In This Article
Back to top Generated by DocFX