We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37898d4 commit e1ab7c8Copy full SHA for e1ab7c8
plugins/r/src/plugin.rs
@@ -1,4 +1,4 @@
1
-// Contains the RPlugin
+//! Contains the RPlugin
2
3
use crate::error::RError;
4
use crate::RRunResult;
plugins/r/src/policy.rs
-// Contains the R student file policy
+//! Contains the R student file policy
use std::path::{Path, PathBuf};
use tmc_langs_framework::StudentFilePolicy;
0 commit comments