# NOT RUN {
f <- function() {}
ic <- InputContext(NULL, 'f')
p <- produceManualPage(ic)
# WARNING: File /tmp/Rtmpvk4BG5/f.Rd
# checkRd: (5) /tmp/Rtmpvk4BG5/f.Rd:0-9: Must have a \description
completeManualPage(p$context$filename,
ProcessingContext(postProcessing_l = list(
details = function(content_s) 'some more details',
concept = function(content_s) 'yet another concept'
)), verbosity = TRUE
)
# adding details
# adding concept
# [1] TRUE
# }
Run the code above in your browser using DataLab