|
17 | 17 | <!-- SHFB properties --> |
18 | 18 | <FrameworkVersion>.NET Framework 4.0</FrameworkVersion> |
19 | 19 | <OutputPath>..\..\docs\html\</OutputPath> |
20 | | - <HtmlHelpName>Documentation</HtmlHelpName> |
| 20 | + <HtmlHelpName>API Reference Documentation</HtmlHelpName> |
21 | 21 | <Language>en-US</Language> |
22 | 22 | <DocumentationSources> |
23 | | - <DocumentationSource sourceFile="..\corelib\corelib.csproj" xmlns="" /> |
| 23 | + <DocumentationSource sourceFile="..\corelib\corelib.csproj" xmlns="" subFolders="true" /> |
24 | 24 | </DocumentationSources> |
25 | 25 | <BuildAssemblerVerbosity>OnlyWarningsAndErrors</BuildAssemblerVerbosity> |
26 | 26 | <HelpFileFormat>HtmlHelp1, Website</HelpFileFormat> |
27 | | - <IndentHtml>False</IndentHtml> |
| 27 | + <IndentHtml>True</IndentHtml> |
28 | 28 | <KeepLogFile>True</KeepLogFile> |
29 | 29 | <DisableCodeBlockComponent>False</DisableCodeBlockComponent> |
30 | 30 | <CppCommentsFixup>False</CppCommentsFixup> |
31 | 31 | <CleanIntermediates>True</CleanIntermediates> |
32 | | - <SyntaxFilters>Standard</SyntaxFilters> |
| 32 | + <SyntaxFilters>CSharp, VisualBasic, CPlusPlus, JavaScript, AspNet</SyntaxFilters> |
33 | 33 | <SdkLinkTarget>Blank</SdkLinkTarget> |
34 | | - <RootNamespaceContainer>False</RootNamespaceContainer> |
| 34 | + <RootNamespaceContainer>True</RootNamespaceContainer> |
35 | 35 | <PresentationStyle>VS2010</PresentationStyle> |
36 | | - <Preliminary>False</Preliminary> |
37 | | - <NamingMethod>Guid</NamingMethod> |
38 | | - <HelpTitle>A Sandcastle Documented Class Library</HelpTitle> |
| 36 | + <Preliminary>True</Preliminary> |
| 37 | + <NamingMethod>MemberName</NamingMethod> |
| 38 | + <HelpTitle>openstack.net API Reference Documentation</HelpTitle> |
39 | 39 | <ContentPlacement>AboveNamespaces</ContentPlacement> |
| 40 | + <RootNamespaceTitle>API Reference</RootNamespaceTitle> |
| 41 | + <WebsiteSdkLinkType>Msdn</WebsiteSdkLinkType> |
| 42 | + <HtmlSdkLinkType>Msdn</HtmlSdkLinkType> |
| 43 | + <IncludeFavorites>True</IncludeFavorites> |
| 44 | + <BinaryTOC>True</BinaryTOC> |
| 45 | + <VisibleItems>Attributes, ExplicitInterfaceImplementations, InheritedMembers, InheritedFrameworkMembers, Internals, Privates, Protected, SealedProtected, InheritedFrameworkPrivateMembers, InheritedFrameworkInternalMembers</VisibleItems> |
| 46 | + <FeedbackEMailAddress>openstack.net%40lists.rackspace.com</FeedbackEMailAddress> |
| 47 | + <CopyrightText>Copyright %28C%29 2013 Rackspace US, Inc.</CopyrightText> |
| 48 | + <CopyrightHref>https://github.com/rackspace/openstack.net/wiki/Copyright</CopyrightHref> |
| 49 | + <TransformComponentArguments> |
| 50 | + <Argument Key="logoFile" Value="openstack_net_logo.png" xmlns="" /> |
| 51 | + <Argument Key="logoHeight" Value="" xmlns="" /> |
| 52 | + <Argument Key="logoWidth" Value="" xmlns="" /> |
| 53 | + <Argument Key="logoAltText" Value="" xmlns="" /> |
| 54 | + <Argument Key="logoPlacement" Value="left" xmlns="" /> |
| 55 | + <Argument Key="logoAlignment" Value="left" xmlns="" /> |
| 56 | + </TransformComponentArguments> |
40 | 57 | </PropertyGroup> |
41 | 58 | <!-- There are no properties for these groups. AnyCPU needs to appear in |
42 | 59 | order for Visual Studio to perform the build. The others are optional |
|
0 commit comments