Skip to content

Commit

Permalink
document syntax warning
Browse files Browse the repository at this point in the history
Generate XML Documentation Files
  • Loading branch information
ElonH authored and tritao committed Mar 13, 2021
1 parent 0e249d0 commit c805fcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/CppSharp.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace clix {
/// <remarks>
/// This is the default encoding you've most likely been using all around in C++. ANSI
/// means 8 Bit encoding with character codes depending on the system's selected code page.
/// <remarks>
/// </remarks>
E_ANSI,

/// <summary>UTF-8 encoding</summary>
Expand All @@ -43,7 +43,7 @@ namespace clix {
/// (0-127) will be represented as single bytes. Be aware that UTF-8 uses more than one
/// byte for extended characters, so std::string::length() might not reflect the actual
/// length of the string in characters if it contains any non-ASCII characters.
/// <remarks>
/// </remarks>
E_UTF8,

/// <summary>UTF-16 encoding</summary>
Expand Down

0 comments on commit c805fcf

Please sign in to comment.