Belle II Software light-2406-ragdoll
Belle2::_RelationsInterfaceImpl Namespace Reference

hide some implementation details. More...

Functions

std::string htmlToPlainText (const std::string &html)
 See RelationsObject::getInfo()
 

Detailed Description

hide some implementation details.

Function Documentation

◆ htmlToPlainText()

std::string htmlToPlainText ( const std::string &  html)

See RelationsObject::getInfo()

Definition at line 15 of file RelationsObject.cc.

16{
17 return HTML::htmlToPlainText(html);
18}
std::string htmlToPlainText(const std::string &html)
Reformat given HTML string into terminal-friendly plain text.
Definition: HTML.cc:138