浏览代码

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 查看文件

<PlatformTarget>AnyCPU</PlatformTarget> <PlatformTarget>AnyCPU</PlatformTarget>
<UseVSHostingProcess>false</UseVSHostingProcess> <UseVSHostingProcess>false</UseVSHostingProcess>
<DebugSymbols>true</DebugSymbols> <DebugSymbols>true</DebugSymbols>
<DocumentationFile>bin\Release\DocX.XML</DocumentationFile>
<NoWarn>CS1591</NoWarn>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<SignAssembly>true</SignAssembly> <SignAssembly>true</SignAssembly>

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

return tblPr; return tblPr;
} }
#pragma warning disable CS1584 // XML comment has syntactically incorrect cref attribute
/// <summary> /// <summary>
/// Set the specified cell margin for the table-level. /// Set the specified cell margin for the table-level.
/// </summary> /// </summary>
/// <param name="margin">The value for the specified cell margin.</param> /// <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> /// <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) public void SetTableCellMargin(TableCellMarginType type, double margin)
#pragma warning restore CS1584 // XML comment has syntactically incorrect cref attribute
{ {
XElement tblPr = GetOrCreate_tblPr(); XElement tblPr = GetOrCreate_tblPr();

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


正在加载...
取消
保存