Skip to content

Commit c805fcf

Browse files
ElonHtritao
authored andcommitted
document syntax warning
Generate XML Documentation Files
1 parent 0e249d0 commit c805fcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/CppSharp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace clix {
3434
/// <remarks>
3535
/// This is the default encoding you've most likely been using all around in C++. ANSI
3636
/// means 8 Bit encoding with character codes depending on the system's selected code page.
37-
/// <remarks>
37+
/// </remarks>
3838
E_ANSI,
3939

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

4949
/// <summary>UTF-16 encoding</summary>

0 commit comments

Comments
 (0)