[Documentation] - restructure of how documentation is generated
[profile/ivi/automotive-message-broker.git] / plugins / plugins.in.idl
1 /*!
2  * \section plugins AMB Plugin documentation
3  *
4  * \section intro Introduction
5  * AMB plugins each have their own usage documentation including any special AMB Properties or DBus interfaces they define.  Below is a description
6  * of several AMB plugins and their documenation:
7  * - \ref bluemonkey_plugin - Extensible javascript engine plugin for defining plugin behavior in javascript
8  * - \ref database_plugin - Plugin that logs data in a sqlite database and can play back logs
9  * - \ref dbus_plugin - Exposes AMB Properties on DBus
10  * - \ref gpsnmea_plugin - GPS Plugin that provides location position data from NMEA compatible devices
11  * - \ref obd2_plugin - Plugin that provides data from OBD-II compatible vehicles
12  * - \ref opencvlux_plugin - Plugin that uses OpenCV to produce ADAS data and perform video logging
13  * - \ref websocket_plugin - Both source and sink plugin that uses a websocket protocol to communicate
14  * - \ref wheel_plugin - Plugin that generates data using the Logitech G27 racing wheel
15  *
16  * \section plugins_docs Additional Plugin Documentation
17  * In addition to the plugin documentation listed above, some plugins have additional information.  Here are some links:
18  * - \ref bluemonkey
19  * - \ref websocket
20  */