diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-01-14 16:49:34 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-01-14 16:49:34 +0100 |
commit | b60704d8b7ce4172d5b5a3ba930301258d846a48 (patch) | |
tree | 69a88761c2a4f20e25aa23a7ac9168ecc3348648 /host/docs/stream.dox | |
parent | ec11128445c00a8340b95dae6ed2d3ab5c7a5976 (diff) | |
download | uhd-b60704d8b7ce4172d5b5a3ba930301258d846a48.tar.gz uhd-b60704d8b7ce4172d5b5a3ba930301258d846a48.tar.bz2 uhd-b60704d8b7ce4172d5b5a3ba930301258d846a48.zip |
docs: Amended docs for conversion routines
Diffstat (limited to 'host/docs/stream.dox')
-rw-r--r-- | host/docs/stream.dox | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/host/docs/stream.dox b/host/docs/stream.dox index 0c015c5bd..516d685f9 100644 --- a/host/docs/stream.dox +++ b/host/docs/stream.dox @@ -49,8 +49,7 @@ at the expense of precision, **complex-int8** may be used. The user may request arbitrary combinations of host and link data types; however, not all combinations are supported. The user may register custom data type formats and conversion routines. See -convert.hpp for further documentation. +convert.hpp and \ref page_converters for further documentation. -TODO: provide example of convert API */ // vim:ft=doxygen: |