Skip to content

Commit

Permalink
Improved inline documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
hrumhurum authored Jun 12, 2020
1 parent 6e70341 commit 956197a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Source/Gapotchenko.FX/Optional`1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
namespace Gapotchenko.FX
{
/// <summary>
/// <para>
/// Represents an optional value.
/// It is similar to <see cref="Nullable{T}"/>, but can also operate with a value of a reference type.
/// </para>
/// <para>
/// <see cref="Optional{T}"/> is similar to <see cref="Nullable{T}"/> but can also operate when <see cref="T"/> is a reference type.
/// </para>
/// </summary>
/// <typeparam name="T">The underlying type of the <see cref="Optional{T}"/> generic type.</typeparam>
[Serializable]
Expand Down

0 comments on commit 956197a

Please sign in to comment.