bold_fontify.h
Go to the documentation of this file.
1 #ifndef cetlib_bold_fontify_h
2 #define cetlib_bold_fontify_h
3 
4 #include <string>
5 
6 namespace cet {
7  inline std::string
9  {
10  return "\033[1m" + s + "\033[0m";
11  }
12 }
13 
14 #endif /* cetlib_bold_fontify_h */
15 
16 // Local variables:
17 // Mode: c++
18 // End:
std::string string
Definition: nybbler.cc:12
std::string bold_fontify(std::string const &s)
Definition: bold_fontify.h:8
static QCString * s
Definition: config.cpp:1042