Modified PublicApiScannerTests

This commit is contained in:
BobLd
2019-08-07 14:22:39 +01:00
parent 7de6de3780
commit 801ea3ba7f
3 changed files with 12 additions and 1 deletions

View File

@@ -66,6 +66,7 @@
"UglyToad.PdfPig.DocumentLayoutAnalysis.XYNode",
"UglyToad.PdfPig.DocumentLayoutAnalysis.XYLeaf",
"UglyToad.PdfPig.DocumentLayoutAnalysis.TextEdgesExtractor",
"UglyToad.PdfPig.DocumentLayoutAnalysis.EdgeType",
"UglyToad.PdfPig.Exceptions.PdfDocumentEncryptedException",
"UglyToad.PdfPig.Exceptions.PdfDocumentFormatException",
"UglyToad.PdfPig.Fonts.DescriptorFontFile",

View File

@@ -0,0 +1,10 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace UglyToad.PdfPig.DocumentLayoutAnalysis
{
class Docstrum
{
}
}

View File

@@ -87,7 +87,7 @@ namespace UglyToad.PdfPig.DocumentLayoutAnalysis
}
/// <summary>
/// The type of edge.
/// The type of text edge.
/// </summary>
public enum EdgeType
{