| 32 | } |
| 33 | |
| 34 | std::string sprite(std::string const & group, std::string const & name) |
| 35 | { |
| 36 | return "@htmlonly\n<i class=\'" + group + " " + group + "-" + name + "\'></i>\n@endhtmlonly "; |
| 37 | } |
| 38 | |
| 39 | std::string tooltipIcon(std::string const & name) |
| 40 | { |
no outgoing calls
no test coverage detected