diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-09-27 16:14:36 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-09-27 16:14:36 +0200 |
commit | 1532aadbd632a3b82032de3f0b0f377660617a9f (patch) | |
tree | ff10f1705314dee4cedbe4724fc47d0bbabf2b8d /inst | |
parent | 40d06320e097434a924c0d57b26e5e1a7574625c (diff) |
Add pp to the list of classes for staticdocs
Diffstat (limited to 'inst')
-rw-r--r-- | inst/staticdocs/index.r | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inst/staticdocs/index.r b/inst/staticdocs/index.r index 83bfccd..7aa2074 100644 --- a/inst/staticdocs/index.r +++ b/inst/staticdocs/index.r @@ -1,5 +1,5 @@ sd_section( "Class definitions", "R6 classes and their methods", - c("chent", "pai") + c("chent", "pai", "pp") ) |