blob: 5474d42e2012bf1e5a653b99b66642837b575f6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
/*! \page page_uhd UHD Development Manual
# API Documentation
The majority of the actual API documentation is in the auto-generated part of the manual.
Use the tree browser at the left to click your way through the class list, the namespaces or files.
Also, the search bar at the top can be used to search for function calls, classes or any other
publically available symbol in the UHD namespace.
Some additional pages on developing UHD are also available here:
\li \subpage page_coding
\li \subpage page_converters
\li \subpage page_stream
\li \subpage page_rtp
\li \subpage page_semver
\li \subpage page_rdtesting
*/
// vim:ft=doxygen:
|