summaryrefslogtreecommitdiff
path: root/src/core/frontend/camera
diff options
context:
space:
mode:
authorGravatar Mat M2017-02-26 20:58:51 -0500
committerGravatar Yuri Kunde Schlesner2017-02-26 17:58:51 -0800
commit0cb52ee74a8255eb0320c882bc9e70700317d16a (patch)
tree800920c60df4d183d20d94465e0886e5655216a0 /src/core/frontend/camera
parentMerge pull request #2587 from yuriks/status-bar (diff)
downloadyuzu-0cb52ee74a8255eb0320c882bc9e70700317d16a.tar.gz
yuzu-0cb52ee74a8255eb0320c882bc9e70700317d16a.tar.xz
yuzu-0cb52ee74a8255eb0320c882bc9e70700317d16a.zip
Doxygen: Amend minor issues (#2593)
Corrects a few issues with regards to Doxygen documentation, for example: - Incorrect parameter referencing. - Missing @param tags. - Typos in @param tags. and a few minor other issues.
Diffstat (limited to 'src/core/frontend/camera')
-rw-r--r--src/core/frontend/camera/factory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/frontend/camera/factory.h b/src/core/frontend/camera/factory.h
index d68be16e5..f46413fa7 100644
--- a/src/core/frontend/camera/factory.h
+++ b/src/core/frontend/camera/factory.h
@@ -16,8 +16,8 @@ public:
16 16
17 /** 17 /**
18 * Creates a camera object based on the configuration string. 18 * Creates a camera object based on the configuration string.
19 * @params config Configuration string to create the camera. The implementation can decide the 19 * @param config Configuration string to create the camera. The implementation can decide the
20 * meaning of this string. 20 * meaning of this string.
21 * @returns a unique_ptr to the created camera object. 21 * @returns a unique_ptr to the created camera object.
22 */ 22 */
23 virtual std::unique_ptr<CameraInterface> Create(const std::string& config) const = 0; 23 virtual std::unique_ptr<CameraInterface> Create(const std::string& config) const = 0;