remove unnecessary 'inheritdoc'

This commit is contained in:
BobLd
2020-06-20 14:24:29 +01:00
parent 924c0138e0
commit 4f78e58195
4 changed files with 0 additions and 8 deletions

View File

@@ -13,7 +13,6 @@
using UglyToad.PdfPig.Graphics;
using Util;
/// <inheritdoc />
/// <summary>
/// Alto 4.1 (XML) text exporter.
/// <para>See https://github.com/altoxml/schema </para>
@@ -66,7 +65,6 @@
return Serialize(altoDocument);
}
/// <inheritdoc />
/// <summary>
/// Get the Alto (XML) string of the page layout. Excludes <see cref="T:UglyToad.PdfPig.Geometry.PdfSubpath" />s.
/// </summary>

View File

@@ -10,7 +10,6 @@
using Graphics.Colors;
using Graphics.Core;
/// <inheritdoc />
/// <summary>
/// Exports a page as an SVG.
/// </summary>