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