diff options
| author | Martin Braun <martin.braun@ettus.com> | 2014-11-24 13:47:50 +0100 | 
|---|---|---|
| committer | Martin Braun <martin.braun@ettus.com> | 2014-11-24 13:47:50 +0100 | 
| commit | d47d1805c4b679c1f6975e00b714efd28d7ba1c4 (patch) | |
| tree | 64e44713a33a77e000d77862a5b0001167414fe1 | |
| parent | 7866b66587c7570890a24a7ebc89330976a8d81b (diff) | |
| download | uhd-d47d1805c4b679c1f6975e00b714efd28d7ba1c4.tar.gz uhd-d47d1805c4b679c1f6975e00b714efd28d7ba1c4.tar.bz2 uhd-d47d1805c4b679c1f6975e00b714efd28d7ba1c4.zip  | |
docs: Fixed sid_t doxygen
| -rw-r--r-- | host/include/uhd/types/sid.hpp | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/host/include/uhd/types/sid.hpp b/host/include/uhd/types/sid.hpp index 12f98ff97..95034c7a5 100644 --- a/host/include/uhd/types/sid.hpp +++ b/host/include/uhd/types/sid.hpp @@ -40,7 +40,7 @@ namespace uhd {       * is required, we use the combination of the 8-bit address and the 8-bit       * endpoint.       * -     * \section sid_str_repr +     * \section sid_str_repr String Representation       *       * The string representation of a SID is of the form       * @@ -60,7 +60,7 @@ namespace uhd {       *     SRC_ADDRESS.SRC_ENDPOINT>DST_ADDRESS.DST_ENDPOINT       *       * -     * \section sid_block_ports +     * \section sid_block_ports Block Ports       *       * In the special case where a block on a crossbar is addressed, the       * endpoint is further split up into two parts of four bits each: The  | 
