started 0.14 development
[profile/ivi/automotive-message-broker.git] / docs / README
1 The Documentation for AMB is generated using Doxygen from amb.fidl.
2 To enable doxygen generation of documents, pass -Denable_docs=ON to cmake:
3
4 cmake -Denable_docs=ON ..
5
6 The internal AMB class and interface documentation is generated in the docs/amb folder.
7 DBus API documentation is generated in the docs/dbus folder.
8
9 Specific plugin documentation can be found in the plugins/${plugin}/README (ie plugins/dbus/README).