Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
minor edits for generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timwellswa committed Apr 27, 2018
1 parent 436b9d1 commit 4f91d3e
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Properties/AssemblyInfo.cs
Expand Up @@ -29,7 +29,7 @@
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Smartsheet")]
[assembly: AssemblyProduct("Smartsheet_csharp_sdk.Properties")]
[assembly: AssemblyCopyright("Copyright © 2014-2018")]
[assembly: AssemblyCopyright("Copyright © 2014-2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: CLSCompliant(true)]
Expand Down
7 changes: 4 additions & 3 deletions documentation/smartsheet-csharp-sdk-docs.shfbproj
Expand Up @@ -13,7 +13,7 @@
<RootNamespace>Documentation</RootNamespace>
<Name>Documentation</Name>
<!-- SHFB properties -->
<FrameworkVersion>.NET Framework 4.0</FrameworkVersion>
<FrameworkVersion>.NET Framework 4.5.2</FrameworkVersion>
<OutputPath>.\Website\</OutputPath>
<HtmlHelpName>smartsheet-csharp-sdk-docs</HtmlHelpName>
<Language>en-US</Language>
Expand All @@ -32,9 +32,9 @@
<PresentationStyle>VS2013</PresentationStyle>
<Preliminary>False</Preliminary>
<NamingMethod>MemberName</NamingMethod>
<HelpTitle>Smartsheet C# SDK Documentation v2.2.1</HelpTitle>
<HelpTitle>Smartsheet C# SDK Documentation v2.3.0</HelpTitle>
<FeedbackEMailAddress>api%40smartsheet.com</FeedbackEMailAddress>
<CopyrightText>&amp;#169%3b 2014-2017. All Rights Reserved Smartsheet.com</CopyrightText>
<CopyrightText>&amp;#169%3b 2014-2018. All Rights Reserved Smartsheet.com</CopyrightText>
<CopyrightHref>Smartsheet</CopyrightHref>
<ContentPlacement>BelowNamespaces</ContentPlacement>
<DocumentationSources>
Expand Down Expand Up @@ -90,6 +90,7 @@
</TransformComponentArguments>
<HelpFileVersion>1.0.0.0</HelpFileVersion>
<RootNamespaceTitle>Smartsheet C# SDK Help Topics</RootNamespaceTitle>
<SaveComponentCacheCapacity>100</SaveComponentCacheCapacity>
</PropertyGroup>
<!-- There are no properties for these groups. AnyCPU needs to appear in order for Visual Studio to perform
the build. The others are optional common platform types that may appear. -->
Expand Down
1 change: 0 additions & 1 deletion main/Smartsheet/Api/HomeResources.cs
Expand Up @@ -20,7 +20,6 @@ namespace Smartsheet.Api
{

using Smartsheet.Api.Models;
using Smartsheet.Api.Models.Inclusions;
using System.Collections.Generic;
using Home = Api.Models.Home;

Expand Down
1 change: 0 additions & 1 deletion main/Smartsheet/Api/Internal/HomeResourcesImpl.cs
Expand Up @@ -22,7 +22,6 @@ namespace Smartsheet.Api.Internal
using System.Collections.Generic;
using Smartsheet.Api.Internal.Util;
using Smartsheet.Api.Models;
using Smartsheet.Api.Models.Inclusions;
using Home = Api.Models.Home;

/// <summary>
Expand Down
1 change: 0 additions & 1 deletion main/Smartsheet/Api/Internal/SearchResourcesImpl.cs
Expand Up @@ -23,7 +23,6 @@ namespace Smartsheet.Api.Internal
using System.Text.RegularExpressions;

using Api.Models;
using Api.Models.Inclusions;
using Smartsheet.Api.Internal.Util;
using SearchResult = Api.Models.SearchResult;

Expand Down
5 changes: 4 additions & 1 deletion main/Smartsheet/Api/Models/Inclusions/HomeExclusion.cs
Expand Up @@ -21,8 +21,11 @@
using System.Linq;
using System.Text;

namespace Smartsheet.Api.Models.Inclusions
namespace Smartsheet.Api.Models
{
/// <summary>
/// A comma-separated list of optional elements to not include in the response.
/// </summary>
public enum HomeExclusion
{
PERMALINKS
Expand Down
8 changes: 7 additions & 1 deletion main/Smartsheet/Api/Models/Inclusions/SearchInclusion.cs
Expand Up @@ -20,10 +20,16 @@
using Newtonsoft.Json.Converters;
using System.Runtime.Serialization;

namespace Smartsheet.Api.Models.Inclusions
namespace Smartsheet.Api.Models
{
/// <summary>
/// Represents specific elements to include in a response.
/// </summary>
public enum SearchInclusion
{
/// <summary>
/// When specified with a value of favoriteFlag, response indicates which returned items are favorites
/// </summary>
[EnumMember(Value = "favoriteFlag")]
FAVORITE_FLAG
}
Expand Down
1 change: 0 additions & 1 deletion main/Smartsheet/Api/SearchResources.cs
Expand Up @@ -19,7 +19,6 @@
namespace Smartsheet.Api
{
using Api.Models;
using Api.Models.Inclusions;
using System;
using System.Collections.Generic;
using SearchResult = Api.Models.SearchResult;
Expand Down

0 comments on commit 4f91d3e

Please sign in to comment.