Lines Matching defs:Extended
421 CommentInfo *Extended = Top.Children.back().get();
422 Extended->Kind = "ParagraphComment";
423 Extended->Children.emplace_back(std::make_unique<CommentInfo>());
424 Extended->Children.back()->Kind = "TextComment";
425 Extended->Children.back()->Text = " Extended description that";
426 Extended->Children.emplace_back(std::make_unique<CommentInfo>());
427 Extended->Children.back()->Kind = "TextComment";
428 Extended->Children.back()->Text = " continues onto the next line.";
464 <p> Extended description that continues onto the next line.</p>