diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-07-24 15:03:33 -0700 |
---|---|---|
committer | Brent Stapleton <brent.stapleton@ettus.com> | 2018-07-31 10:05:03 -0700 |
commit | bd6ac34de76e7415cd0c6dc535babd8a58d73185 (patch) | |
tree | 745ed643864b6846da803e8629cb45fb552159d2 /host/docs/capi.dox | |
parent | ab1c74c7e4cc7f0fa339be7b6685109045f6f878 (diff) | |
download | uhd-bd6ac34de76e7415cd0c6dc535babd8a58d73185.tar.gz uhd-bd6ac34de76e7415cd0c6dc535babd8a58d73185.tar.bz2 uhd-bd6ac34de76e7415cd0c6dc535babd8a58d73185.zip |
docs: Fix Doxygen warnings
Diffstat (limited to 'host/docs/capi.dox')
-rw-r--r-- | host/docs/capi.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/capi.dox b/host/docs/capi.dox index 717f5a78b..440e8e923 100644 --- a/host/docs/capi.dox +++ b/host/docs/capi.dox @@ -1,4 +1,4 @@ -/*! \page page_python C API +/*! \page page_capi C API UHD supports a C API, in case the C++ or Python APIs are not the right solution for your application. |