Selaa lähdekoodia

XML-doc in Release is On.

CS1591 warning is suppressed in Release.
master
Viktor Loktev 9 vuotta sitten
vanhempi
commit
92681c75a8
3 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 2
    0
      DocX/DocX.csproj
  2. 2
    0
      DocX/Table.cs
  3. BIN
      DocX/bin/Release/DocX.dll

+ 2
- 0
DocX/DocX.csproj Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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();

BIN
DocX/bin/Release/DocX.dll Näytä tiedosto


Loading…
Peruuta
Tallenna