Added documentation build script for Doxygen and JavaDoc
authorPatrick C Lankswert <patrick.lankswert@intel.com>
Wed, 24 Jun 2015 17:37:19 +0000 (13:37 -0400)
committerErich Keane <erich.keane@intel.com>
Thu, 25 Jun 2015 16:26:37 +0000 (16:26 +0000)
commit34f539551eaee4a0f7c09e2ace6f5d78ea9ae1bf
tree7c3dfee7efd5529337ab02cf95077c9f0c528a84
parent7d060851fcb6ef1cc4fd138e8f09cd95664dca30
Added documentation build script for Doxygen and JavaDoc

This change set adds a script (./build_docs.sh) to generate
the documenation for iotivity which is placed into the ./docs
directory. Currently, the script builds java and C/C++ API
documentation and includes checks for warnings and errors.
When all of the existing warnings and errors are addressed,
this should be added to the build script to fail validation
if/when a contributor breaks the API documentation.

Please consider cherry-picking to the 0.9.1 release branch.

Change-Id: I490fbfc83cf61c76c7f59ba2c00404a073b039e7
Signed-off-by: Patrick Lankswert <patrick.lankswert@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1418
Reviewed-by: Erich Keane <erich.keane@intel.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
build_docs.sh [new file with mode: 0755]
resource/docs/Doxyfile