Files
Terminal.Gui/docfx/templates/modern/partials/customMREFContent.tmpl.partial
Tig Kindel ab5848902a new docfx!
2023-12-02 19:09:37 -07:00

11 lines
358 B
Plaintext

{{!Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.}}
{{!Add your own custom template for the content for ManagedReference here}}
{{#_splitReference}}
{{#isCollection}}
{{>partials/collection}}
{{/isCollection}}
{{#isItem}}
{{>partials/item}}
{{/isItem}}
{{/_splitReference}}