mirror of
https://github.com/wagesj45/CapyKit.git
synced 2025-08-02 01:28:23 -05:00
Settings Helper + Documentation
The `SettingsHelper` is an agnostic way to access settings values uniformly through code. The accessor methods are controlled by the consumer. Documentation has been a bit wonky. I changed the max number of version number components allowed, so each new build should not create new changes on every single bit of documentation now.
This commit is contained in:
parent
9f6debb1d9
commit
87bd044b31
144 changed files with 838 additions and 361 deletions
|
@ -23,7 +23,7 @@
|
|||
<Language>en-US</Language>
|
||||
<TransformComponentArguments>
|
||||
<Argument Key="BibliographyDataFile" Value="True" />
|
||||
<Argument Key="MaxVersionParts" Value="" />
|
||||
<Argument Key="MaxVersionParts" Value="3" />
|
||||
<Argument Key="IncludeEnumValues" Value="True" />
|
||||
<Argument Key="EnumMemberSortOrder" Value="Value" />
|
||||
<Argument Key="FlagsEnumValueFormat" Value="IntegerValue" />
|
||||
|
@ -47,13 +47,14 @@
|
|||
<HelpFileVersion>1.0.0.0</HelpFileVersion>
|
||||
<NamingMethod>MemberName</NamingMethod>
|
||||
<ContentPlacement>AboveNamespaces</ContentPlacement>
|
||||
<RootNamespaceContainer>False</RootNamespaceContainer>
|
||||
<RootNamespaceContainer>True</RootNamespaceContainer>
|
||||
<NamespaceGrouping>False</NamespaceGrouping>
|
||||
<MaximumGroupParts>2</MaximumGroupParts>
|
||||
<Preliminary>False</Preliminary>
|
||||
<SdkLinkTarget>Blank</SdkLinkTarget>
|
||||
<VisibleItems>Attributes, ExplicitInterfaceImplementations, InheritedMembers, InheritedFrameworkMembers, Internals, Privates, PrivateFields, Protected, SealedProtected, ProtectedInternalAsProtected, NonBrowsable</VisibleItems>
|
||||
<PlugInConfigurations />
|
||||
<VisibleItems>Attributes, ExplicitInterfaceImplementations, InheritedMembers, InheritedFrameworkMembers, Internals, Privates, PrivateFields, Protected, SealedProtected, ProtectedInternalAsProtected, NonBrowsable, InternalAndPrivateIfExternal</VisibleItems>
|
||||
<PlugInConfigurations>
|
||||
</PlugInConfigurations>
|
||||
<ComponentConfigurations />
|
||||
<WarnOnMissingSourceContext>False</WarnOnMissingSourceContext>
|
||||
<HtmlSdkLinkType>Msdn</HtmlSdkLinkType>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue