MCPcopy Create free account
hub / github.com/EQEmu/EQEmu / back_ref

Function back_ref

tests/cppunit/htmloutput.cpp:166–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165
166 void
167 back_ref(ostream& os, const string& ref, bool prepend_newline = true)
168 {
169
170 os << "<p class=\"" << (prepend_newline ? "spaced" : "unspaced") << "\"><a href=\"#" << ref
171 << "\">Back to " << escape(ref) << "</a>\n</p>\n";
172 }
173
174 void
175 sub_title(ostream& os, const string& title, int size)

Callers 2

operator()Method · 0.85
operator()Method · 0.85

Calls 1

escapeFunction · 0.70

Tested by

no test coverage detected