mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-07 01:06:54 +08:00
Merge pull request #489 from 0xd800/develop
Fix description of ChaiScriptBasic::use
This commit is contained in:
commit
f235bd558a
@ -386,9 +386,9 @@ namespace chaiscript
|
||||
}
|
||||
|
||||
|
||||
/// \brief Loads and parses a file. If the file is already, it is not reloaded
|
||||
/// The use paths specified at ChaiScript construction time are searched for the
|
||||
/// requested file.
|
||||
/// \brief Loads and parses a file. If the file is already open, it is not
|
||||
/// reloaded. The use paths specified at ChaiScript construction time are
|
||||
/// searched for the requested file.
|
||||
///
|
||||
/// \param[in] t_filename Filename to load and evaluate
|
||||
Boxed_Value use(const std::string &t_filename)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user