RefDocGen
Home
API
FAQ
Templates
Configuration
Basic config
Custom static pages
Doc versioning
YAML config
C#
public interface
ITemplateProcessor
assembly
RefDocGen
namespace
RefDocGen.TemplateProcessors
Defines methods for processing templates using the
ITypeRegistry
data.
Methods
public
void
ProcessTemplates
(
ITypeRegistry
typeRegistry
,
string
outputDirectory
,
string
projectName
,
Microsoft.Extensions.Logging.ILogger
logger
)
#
Process the templates and populate them using the provided type data.
Parameters
ITypeRegistry
typeRegistry
A registry of declared type data to be used in the templates.
string
outputDirectory
The directory, where the ouput will be stored.
string
projectName
Name of the assembly/project/solution to be documented (without file extension).
Microsoft.Extensions.Logging.ILogger
logger
A logger instance.
Made with
RefDocGen