Skip to content

Commit

Permalink
Added XML comment for DataBits enum
Browse files Browse the repository at this point in the history
  • Loading branch information
genemars committed Feb 12, 2019
1 parent 366c7a3 commit 288e896
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SerialPortLib/SerialPort.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ limitations under the License.
namespace SerialPortLib
{

/// <summary>
/// DataBits enum.
/// </summary>
public enum DataBits
{
Five = 5,
Expand Down

0 comments on commit 288e896

Please sign in to comment.