Skip to content

Commit 416550d

Browse files
committed
fix compilation error
1 parent 48f5b11 commit 416550d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main/HPSF/SummaryInformation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public SummaryInformation(PropertySet ps) : base(ps)
6666

6767
/// <summary>
6868
/// <para>
69-
/// Creates a <see cref="SummaryInformation"/> instance from an <see cref="/// InputStream} in the Horrible Property Set Format.
69+
/// Creates a <see cref="SummaryInformation"/> instance from an InputStream in the Horrible Property Set Format.
7070
/// </para>
7171
/// <para>
7272
/// The constructor reads the first few bytes from the stream

main/SS/UserModel/ConditionalFormattingRule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public interface IConditionalFormattingRule : IDifferentialStyleProvider
144144
/// true if conditional formatting rule processing stops when this one is true, false if not
145145
/// </para>
146146
/// </summary>
147-
/// <see cref="https://support.office.com/en-us/article/Manage-conditional-formatting-rule-precedence-063cde21-516e-45ca-83f5-8e8126076249" /> Microsoft Excel help
147+
/// <see href="https://support.office.com/en-us/article/Manage-conditional-formatting-rule-precedence-063cde21-516e-45ca-83f5-8e8126076249">Microsoft Excel help</see>
148148
bool StopIfTrue { get; }
149149

150150
/// <summary>

0 commit comments

Comments
 (0)