From: Geunsik Lim Date: Thu, 14 Jun 2018 08:20:01 +0000 (+0900) Subject: Doxygen: Create the main page for doxygen generation X-Git-Tag: v0.0.1~172 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=58e6adc3bf33d2aaa54149fa062f7799638b0ed7;p=platform%2Fupstream%2Fnnstreamer.git Doxygen: Create the main page for doxygen generation This PR is to create the introduction of Main Page at HTML-based doxygen document. (e.g., http://aaci.mooo.com/nnstreamer/html/) **Changes proposed in this PR:** 1. Added Main Page tag **Self assessment:** 1. GBS build: Okay 2. Local test: Okay Signed-off-by: Geunsik Lim --- diff --git a/tensor_converter/tensor_converter.c b/tensor_converter/tensor_converter.c index 81f2f03..1244dc1 100644 --- a/tensor_converter/tensor_converter.c +++ b/tensor_converter/tensor_converter.c @@ -51,6 +51,26 @@ * */ + +/** + * @mainpage nnstreamer + * @section intro Introduction + * - Introduction : Neural Network Streamer for AI Projects + * @section Program Program Name + * - Program Name : nnstreamer + * - Program Details : It provides a neural network framework connectivities (e.g., tensorflow, caffe) for gstreamer streams. + * Efficient Streaming for AI Projects: Neural network models wanted to use efficient and flexible streaming management as well. + * Intelligent Media Filters!: Use a neural network model as a media filter / converter. + * Composite Models!: Allow to use multiple neural network models in a single stream instance. + * Multi Model Intelligence!: Allow to use multiple sources for neural network models. + * @section INOUTPUT Input/output data + * - INPUT : None + * - OUTPUT : None + * @section CREATEINFO Code information + * - Initial date : 2018/06/14 + * - Version : 0.1 + */ + /** * SECTION:element-tensor_converter *