diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-01-14 16:50:26 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-01-14 16:50:26 +0100 |
commit | 8c73c62b95e12e88a8aa68154cadc024229de6df (patch) | |
tree | 1eb6013205a2d8f24ee0ac1eaa920ed4cbb0fa3a /host/docs/stream.dox | |
parent | 39d3818a16ca2317ac64118acf5b59696a8723ca (diff) | |
parent | b60704d8b7ce4172d5b5a3ba930301258d846a48 (diff) | |
download | uhd-8c73c62b95e12e88a8aa68154cadc024229de6df.tar.gz uhd-8c73c62b95e12e88a8aa68154cadc024229de6df.tar.bz2 uhd-8c73c62b95e12e88a8aa68154cadc024229de6df.zip |
Merge branch 'maint'
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: |