Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
leissa committed Nov 29, 2023
1 parent c567cb5 commit ad53460
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion include/fe/parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ namespace fe {
/// ```
/// class Tok {
/// public:
/// enum class Tag { Nil , /*...*/ };
/// enum class Tag {
/// Nil,
/// // ...
/// };
/// // ...
/// explicit bool operator() const { return tag_ != Tag::Nil; }
/// // ...
Expand Down

0 comments on commit ad53460

Please sign in to comment.