diff options
author | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-08-27 18:19:59 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@gmail.com> | 2012-08-27 18:19:59 +0200 |
commit | a354889a3cfd4ed058874713217791d631f14d14 (patch) | |
tree | 734e346c70f55f174a0011d696a89915a2b82682 | |
parent | ddaf90160eb9b343e1b170ba1be7414614a8d93a (diff) | |
download | libuca-a354889a3cfd4ed058874713217791d631f14d14.tar.gz libuca-a354889a3cfd4ed058874713217791d631f14d14.tar.bz2 libuca-a354889a3cfd4ed058874713217791d631f14d14.tar.xz libuca-a354889a3cfd4ed058874713217791d631f14d14.zip |
Add a link to the reference
-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 |