Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
messagefacility
messagefacility
Utilities
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
9
bold_fontify
(
std::string
const
&
s
)
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:
string
std::string string
Definition:
nybbler.cc:12
mf
Definition:
MessageLogger.cc:50
mf::detail::bold_fontify
std::string bold_fontify(std::string const &s)
Definition:
bold_fontify.h:9
detail
Definition:
includer.cc:30
s
static QCString * s
Definition:
config.cpp:1042
Generated by
1.8.11