Skip to content

Commit 1e04a35

Browse files
committed
Some cleaning.
Added missing parameters info.
1 parent 856f673 commit 1e04a35

File tree

3 files changed

+2
-74
lines changed

3 files changed

+2
-74
lines changed

MigraDoc/code/MigraDoc.Rendering/MigraDoc.Rendering.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@
137137
<Compile Include="MigraDoc.Rendering\BarcodeFormatInfo.cs" />
138138
<Compile Include="MigraDoc.Rendering\BarcodeRenderer.cs" />
139139
<Compile Include="MigraDoc.Rendering\BarcodeRenderInfo.cs" />
140-
<Compile Include="MigraDoc.Rendering\CellTopDownFormatter.cs" />
141140
<Compile Include="MigraDoc.Rendering\ColorHelper.cs" />
142141
<Compile Include="MigraDoc.Rendering\enums\PageRenderOptions.cs" />
143142
<Compile Include="VersionInfo.cs" />

MigraDoc/code/MigraDoc.Rendering/MigraDoc.Rendering/CellTopDownFormatter.cs

Lines changed: 0 additions & 73 deletions
This file was deleted.

MigraDoc/code/MigraDoc.Rendering/MigraDoc.Rendering/TopDownFormatter.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ internal TopDownFormatter( IAreaProvider areaProvider, DocumentRenderer document
7070
/// </summary>
7171
/// <param name="gfx">The graphics object to render on.</param>
7272
/// <param name="topLevel">if set to <c>true</c> formats the object is on top level.</param>
73+
/// <param name="startIndex">The index to start on the elements collection.</param>
74+
/// <param name="rInfo">The RenderInfo to be used a a parameter for the newly created Renderer.</param>
7375
public void FormatOnAreas( XGraphics gfx, bool topLevel, int startIndex = 0, RenderInfo rInfo = null )
7476
{
7577
Area area = this.areaProvider.GetNextArea();

0 commit comments

Comments
 (0)