summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevron Rees <kevron.m.rees@intel.com>2014-09-16 16:11:36 -0700
committerKevron Rees <kevron.m.rees@intel.com>2014-09-16 16:11:36 -0700
commit1c496aec810b43bfcd1f187058919bb347a342d5 (patch)
treefe2ec48ffa7688ec2687e500a39c8d4a354370dc
parent950e2f6d590266178e5ffe87e771280b3c50de9e (diff)
downloadautomotive-message-broker-1c496aec810b43bfcd1f187058919bb347a342d5.tar.gz
reference amb.idl in dbus docs
-rw-r--r--docs/CMakeLists.txt3
-rw-r--r--docs/dbus.idl2
2 files changed, 3 insertions, 2 deletions
diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt
index 3893326b..f0339d92 100644
--- a/docs/CMakeLists.txt
+++ b/docs/CMakeLists.txt
@@ -1,5 +1,6 @@
if(enable_docs)
install (DIRECTORY amb DESTINATION ${DOC_INSTALL_DIR} COMPONENT Docs)
install (DIRECTORY dbus DESTINATION ${DOC_INSTALL_DIR} COMPONENT Docs)
- install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/amb.idl DESTINATION ${DOC_INSTALL_DIR}/dbus COMPONENT Docs)
+ install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/amb.idl DESTINATION ${DOC_INSTALL_DIR}/dbus/html COMPONENT Docs)
+ add_custom_target(doc_idl ALL cp amb.idl ${CMAKE_CURRENT_SOURCE_DIR}/dbus/html WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMMENT "Moving amb.idl" VERBATIM)
endif(enable_docs)
diff --git a/docs/dbus.idl b/docs/dbus.idl
index 8b13bcb2..a14ac1e0 100644
--- a/docs/dbus.idl
+++ b/docs/dbus.idl
@@ -9,7 +9,7 @@
* /{source}/{zone}/DataType. "source" refers to the AMB source that produces the data. "zone"
* refers to the zone in which the data type is located in the vehicle or "0" for no zone.
*
-* The interfaces and data types are documented in <a href="amb_8idl_source.html">amb.idl</a>. Franca IDL
+* The interfaces and data types are documented in <a href="amb.idl">amb.idl</a>. Franca IDL
* tools can be used to generate DBus introspection xml which can be used to generate bindings
* for your language of choice.
*