Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ process
Method
process
plugins/manpage/manpagedocumentation.cpp:39–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
{
38
public:
39
static void process(QString& htmlPage)
40
{
41
static StyleSheetFixer instance;
42
instance.fix(htmlPage);
43
}
44
45
private:
46
template <typename Location>
Callers
5
prepareResult
Method · 0.45
main
Function · 0.45
main
Function · 0.45
setEnvironmentForJob
Method · 0.45
main
Function · 0.45
Calls
1
fix
Method · 0.80
Tested by
2
main
Function · 0.36
main
Function · 0.36