From 75407774ce163df53c28391fb653c3714abd1aef Mon Sep 17 00:00:00 2001 From: Rory Dudley Date: Wed, 28 Feb 2024 23:04:51 -0700 Subject: Fix ps macros doc comments [Verse] is not in scope for the ps module, so removed the link in the documentation comments. --- src/recite/ps.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/recite/ps.rs') diff --git a/src/recite/ps.rs b/src/recite/ps.rs index 431466e..d0e2435 100644 --- a/src/recite/ps.rs +++ b/src/recite/ps.rs @@ -1,7 +1,7 @@ #[macro_export] -/// Fork into a process from a [Verse] +/// Fork into a process from a Verse /// -/// Figures out whether or not the given [Verse] is a couplet. If it is, fork +/// Figures out whether or not the given Verse is a couplet. If it is, fork /// into a process, and pipe the contents of out `out` into STDIN. If not, then /// simply fork into the process. /// @@ -27,12 +27,12 @@ macro_rules! task { }; } -/// Fork into a process from a [Verse], and capture STDOUT +/// Fork into a process from a Verse, and capture STDOUT /// -/// Figures out whether or not the given [Verse] is a couplet. If it is, fork +/// Figures out whether or not the given Verse is a couplet. If it is, fork /// into a process, and pipe the contents of out `out` into STDIN. If not, then /// simply fork into the process. Additionally, this function will capture -/// STDOUT of the process specified by the [Verse], and store it in `out`. +/// STDOUT of the process specified by the Verse, and store it in `out`. /// /// # Arguments /// * `$verse: &Verse` - The verse to fork into -- cgit v1.2.3