mirror of
https://github.com/hannobraun/Fornjot
synced 2025-09-14 13:18:02 +00:00
doc link bug fix
This commit is contained in:
parent
c4c3cff9af
commit
254791eeea
@ -97,7 +97,7 @@ impl Instance {
|
||||
|
||||
/// Process a model with pre-parsed arguments
|
||||
///
|
||||
/// This function is similar to [`process_model`], but accepts pre-parsed arguments
|
||||
/// This function is similar to [`Self::process_model`], but accepts pre-parsed arguments
|
||||
/// instead of parsing them from the command line. This is useful when you want to
|
||||
/// extend the standard arguments with your own parameters.
|
||||
pub fn process_model_args<M>(&mut self, model: &M, args: Args) -> Result
|
||||
|
Loading…
x
Reference in New Issue
Block a user