-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
Currently here:
Lines 294 to 301 in e9183be
| #' Count documentation lines in src files. | |
| #' | |
| #' Currently only implemented for C and C++ | |
| #' @param tags The output of `get_ctags("src")` or `get_ctags("inst")` | |
| #' @return Modified version of `tags` with additional `doclines` column | |
| #' counting numbers of documentation lines for each tagged object. | |
| #' @noRd | |
| count_doclines_src <- function (tags, path) { |
But that opens the source file for every single tag. Needs to be re-written to only read each file once, and then use data from that to iterate over tags.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels