mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:04:39 +08:00
Improve commenting in exec_job
[ci skip]
This commit is contained in:
parent
6356912702
commit
6d77a93cc2
|
@ -13,7 +13,11 @@
|
|||
#define PIPE_ERROR _(L"An error occurred while setting up pipe")
|
||||
|
||||
/// Execute the processes specified by \p j in the parser \p.
|
||||
bool exec_job(parser_t &parser, const std::shared_ptr<job_t> &j, const io_chain_t &block_io);
|
||||
/// On a true return, the job was successfully launched and hte parser will take responsibility for
|
||||
/// cleaning it up. On a false return, the job could not be launched and the caller must clean it
|
||||
/// up.
|
||||
__warn_unused bool exec_job(parser_t &parser, const std::shared_ptr<job_t> &j,
|
||||
const io_chain_t &block_io);
|
||||
|
||||
/// Evaluate a command.
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue
Block a user