diff options
Diffstat (limited to 'docs/manual.md')
-rw-r--r-- | docs/manual.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/manual.md b/docs/manual.md index 00e19fc..65805f3 100644 --- a/docs/manual.md +++ b/docs/manual.md @@ -216,9 +216,13 @@ In a similar way, properties are set with `g_object_set`: ~~~ Several essential camera parameters _must_ be implemented by all cameras. To get -a list of them consult the API reference for `UcaCamera`. For camera specific -parameters you need to consult the corresponding API reference for -`UfoFooCamera`. +a list of them consult the API reference for [`UcaCamera`][ucacam-ref]. For +camera specific parameters you need to consult the corresponding API reference +for `UfoFooCamera`. The latest nightly built reference can be found +[here][libuca-reference]. + +[ucacam-ref]: http://ufo.kit.edu/extra/libuca/reference/UcaCamera.html#UcaCamera.properties +[libuca-reference]: http://ufo.kit.edu/extra/libuca/reference/ # Tools |