Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from mannprerak2/mannprerak2-patch-1
Browse files Browse the repository at this point in the history
Update comment_markup.h
  • Loading branch information
mannprerak2 authored Jul 24, 2023
2 parents 0c79be7 + c75d45c commit 04bef7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/header_parser_tests/comment_markup.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ struct Com4{
/* Single line field comment. */
float b;

/* Comment on array member */
/* Comment on array member. */
int c[3];
};
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ final class Com4 extends ffi.Struct {
@ffi.Float()
external double b;

/// Comment on array member
/// Comment on array member.
@ffi.Array.multi([3])
external ffi.Array<ffi.Int> c;
}

0 comments on commit 04bef7b

Please sign in to comment.