mirror of
https://github.com/UglyToad/PdfPig.git
synced 2026-03-10 00:23:29 +08:00
remove unnecessary 'inheritdoc'
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
using Graphics.Colors;
|
||||
using Graphics.Core;
|
||||
|
||||
/// <inheritdoc />
|
||||
/// <summary>
|
||||
/// Exports a page as an SVG.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user