Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.84 KB

ShouldInlineChildren(IGeneralContext,DocItem).md

File metadata and controls

26 lines (16 loc) · 1.84 KB

ParametersSection.ShouldInlineChildren(IGeneralContext, DocItem) Method

Gets if the children should be inlined or not.

protected override bool ShouldInlineChildren(DefaultDocumentation.IGeneralContext context, DefaultDocumentation.Models.DocItem item);

Parameters

context IGeneralContext

The IGeneralContext of the current documentation generation process.

item DocItem

The DocItem for which to write its children.

Returns

System.Boolean