Flutter Engine
 
Loading...
Searching...
No Matches
comments_util.cc File Reference
#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")
 

Function Documentation

◆ kAddCEndTrimLineRegex()

static RE2 kAddCEndTrimLineRegex ( R"regex(^\s*(.*?)\*/)regex"  )
static

◆ kAddCTrimLineRegex()

static RE2 kAddCTrimLineRegex ( R"regex(^(?:\s*\**\s)?(.*?)(?:\s*\**\s*)?$)regex"  )
static

◆ kAddTrimLineRegex()

static RE2 kAddTrimLineRegex ( R"regex(^(?:\s*(?://|#)\s?))regex"  )
static