# decor
<!-- badges: start -->
[](https://github.com/jimhester/decor/actions)
[](https://app.codecov.io/gh/jimhester/decor?branch=main)
<!-- badges: end -->
decor retrieves code comment decorations for C++ languages of the form `\\ [[xyz]]`, which are used for automated wrapping of C++ functions.
## Installation
You can install the released version of decor from [CRAN](https://CRAN.R-project.org) with:
``` r
install.packages("decor")
```
|