library(RGCCTranslationUnit)
tu = parseTU("defaults.cpp.001t.tu")
f = getRoutines(tu)
sapply(f$foo$parameters, function(x) x$defaultValue)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.