Media-Transport-Library

Doxygen Guide for APIs

1. Install the doxygen tools

1.1. Ubuntu/Debian

sudo apt-get install doxygen

1.2. CentOS

sudo yum install doxygen

2. Build

Just run below command in the top tree of this project, then check doxygen/HTML/index.html for the doxygen documents.

cd doc/doxygen
rm doc/html/ -rf
source build-doc.sh