Skip to content

Commit

Permalink
rustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni committed Feb 5, 2023
1 parent 5a334ba commit a496d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ impl Rustdoc {
/// Generate the rustdoc file from the project root directory,
/// i.e. the directory containing the crate source.
/// It can be a workspace or a single package.
/// Same as `from_git_revision`, but with the current git revision.
/// Same as [`Rustdoc::from_git_revision()`], but with the current git revision.
pub fn from_root(project_root: impl Into<PathBuf>) -> Self {
Self {
source: RustdocSource::Root(project_root.into()),
Expand Down

0 comments on commit a496d42

Please sign in to comment.