Namespace Gutenberg.Brackets
Classes
AllmanBracketer<T>
An IBracketer<T> which uses the Allman style.
KernighanRitchieBracketer<T>
An IBracketer<T> which uses the K&R style.
Interfaces
IBracketer<T>
An interface for objects which know how to surround a Document<T> with brackets.