josherrickson / rlemon

rlemon - R interface to C++ LEMON graph library
http://errickson.net/rlemon/
8 stars 3 forks source link

Proper titles to documentation #34

Closed josherrickson closed 2 years ago

josherrickson commented 2 years ago

Most functions are missing @title, leading to titles equivalent to their name, see https://errickson.net/rlemon/reference/index.html

josherrickson commented 2 years ago

Turns out they weren't missing @title, but @title was equivalent to their name. In either case, fixed.