瀏覽代碼

XML-doc in Release is On.

CS1591 warning is suppressed in Release.
master
Viktor Loktev 9 年之前
父節點
當前提交
92681c75a8
共有 3 個檔案被更改,包括 4 行新增0 行删除
  1. 2
    0
      DocX/DocX.csproj
  2. 2
    0
      DocX/Table.cs
  3. 二進制
      DocX/bin/Release/DocX.dll

+ 2
- 0
DocX/DocX.csproj 查看文件

@@ -64,6 +64,8 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess>
<DebugSymbols>true</DebugSymbols>
<DocumentationFile>bin\Release\DocX.XML</DocumentationFile>
<NoWarn>CS1591</NoWarn>
</PropertyGroup>
<PropertyGroup>
<SignAssembly>true</SignAssembly>

+ 2
- 0
DocX/Table.cs 查看文件

@@ -244,6 +244,7 @@ namespace Novacode
return tblPr;
}
#pragma warning disable CS1584 // XML comment has syntactically incorrect cref attribute
/// <summary>
/// Set the specified cell margin for the table-level.
/// </summary>
@@ -251,6 +252,7 @@ namespace Novacode
/// <param name="margin">The value for the specified cell margin.</param>
/// <remarks>More information can be found <see cref="http://msdn.microsoft.com/en-us/library/documentformat.openxml.wordprocessing.tablecellmargindefault.aspx">here</see></remarks>
public void SetTableCellMargin(TableCellMarginType type, double margin)
#pragma warning restore CS1584 // XML comment has syntactically incorrect cref attribute
{
XElement tblPr = GetOrCreate_tblPr();

二進制
DocX/bin/Release/DocX.dll 查看文件


Loading…
取消
儲存