summaryrefslogtreecommitdiffstats
path: root/docs/manual.md
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-08-27 18:19:59 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@gmail.com>2012-08-27 18:19:59 +0200
commita354889a3cfd4ed058874713217791d631f14d14 (patch)
tree734e346c70f55f174a0011d696a89915a2b82682 /docs/manual.md
parentddaf90160eb9b343e1b170ba1be7414614a8d93a (diff)
downloaduca-a354889a3cfd4ed058874713217791d631f14d14.tar.gz
uca-a354889a3cfd4ed058874713217791d631f14d14.tar.bz2
uca-a354889a3cfd4ed058874713217791d631f14d14.tar.xz
uca-a354889a3cfd4ed058874713217791d631f14d14.zip
Add a link to the reference
Diffstat (limited to 'docs/manual.md')
-rw-r--r--docs/manual.md10
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