Skip to content

Commit

Permalink
i think it works now
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Dec 23, 2023
1 parent a9d1dce commit e4bdc14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic_components.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace broma {
/// @brief C and C++-style comments.
struct comment :
disable<sor<
if_must<at<ascii::string<'/', '/'>, not_at<one<'/'>>>, until<eolf>>,
seq<at<ascii::string<'/', '/'>, not_at<one<'/'>>>, until<eolf>>,
seq<ascii::string<'/', '*'>, until<seq<ascii::string<'*', '/'>>>>
>> {};

Expand Down
1 change: 1 addition & 0 deletions test/free.bro
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Free functions
/// docs
void say_hello(int a, int b, int c) = win 0x0, mac 0x24, ios 0x343;
void i_hate_mat(std::string a, std::vector<int> b, std::vector<cocos2d::CCPoint>& points) = mac 0x33;
[[docs("Men ❤️❤️❤️")]]
Expand Down

0 comments on commit e4bdc14

Please sign in to comment.