#include "flutter/tools/licenses_cpp/src/comments_util.h"#include "flutter/third_party/re2/re2/re2.h"Go to the source code of this file.
Functions | |
| static RE2 | kAddTrimLineRegex (R"regex(^(?:\s*(?://|#)\s?))regex") |
| static RE2 | kAddCTrimLineRegex (R"regex(^(?:\s*\**\s)?(.*?)(?:\s*\**\s*)?$)regex") |
| static RE2 | kAddCEndTrimLineRegex (R"regex(^\s*(.*?)\*/)regex") |
|
static |
Referenced by CommentsUtil::AddCEndTrimLine().
|
static |
Referenced by CommentsUtil::AddCTrimLine().
|
static |
Referenced by CommentsUtil::AddTrimLine().