library(RGCCTranslationUnit)
p = parseTU("../inst/examples/inheritance/main.cc.001t.tu")
klasses = getClassNodes(p, "Classes")
methods = lapply(klasses, getClassMethods)
rmethods = lapply(methods, resolveType, p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.