diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-14 12:08:08 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-14 12:08:08 +0100 |
commit | 721262b488bcb67d5f19583c4a523d6ad1b54354 (patch) | |
tree | c7904833a8541fec32b53bd31c1475df2c03da49 /src/crepe/api/Asset.h | |
parent | 1623663c6e2e8f33f84b37b9f6bd968c8bc6c92d (diff) | |
parent | 5ae2b3c2f7dc207980c6d475e54fa2c5242c560d (diff) |
Merge branch 'loek/doxygen' into demo
Diffstat (limited to 'src/crepe/api/Asset.h')
-rw-r--r-- | src/crepe/api/Asset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crepe/api/Asset.h b/src/crepe/api/Asset.h index bfd0ac7..d802e83 100644 --- a/src/crepe/api/Asset.h +++ b/src/crepe/api/Asset.h @@ -43,13 +43,13 @@ private: /** * \brief Locate asset path, or throw exception if it cannot be found * - * This function resolves asset locations relative to crepe::Config::root_pattern if it is + * This function resolves asset locations relative to Config::asset::root_pattern if it is * set and \p src is a relative path. If \p src is an absolute path, it is canonicalized. * This function only returns if the file can be found. * * \param src Arbitrary path to resource file * - * \returns \p src if crepe::Config::root_pattern is empty + * \returns \p src if Config::asset::root_pattern is empty * \returns Canonical path to \p src * * \throws std::runtime_error if root_pattern cannot be found |