mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-10-06 01:26:49 +08:00

1.The INPUT tag used to specify the files and/or directories that contain documented source files is set to mpp/inc. 2.The OUTPUT_DIRECTORY tag used to specify the (relative or absolute) path into which the generated documentation will be written is set to mpp/doc. 3.Assuming that doxygen is configured correctly under Linux, if you want to get documentation of pdf format, do as follow: cd mpp/tools doxygen mpp_doxyfile cd ../doc/latex make 4.mpp/doc/html contains documentation of html format. 5.modify notes of vpu_api.h and rk_mpi.h. Change-Id: I02b09514ff44b4689ea99e3d99d2acc9eb58cd19 Signed-off-by: timkingh.huang <timkingh.huang@rock-chips.com>