DoxyGen for c and cpp API
authoruzchoi <uzchoi@samsung.com>
Tue, 5 Apr 2016 07:23:43 +0000 (16:23 +0900)
committerUze Choi <uzchoi@samsung.com>
Tue, 5 Apr 2016 23:17:27 +0000 (23:17 +0000)
commit5158e5053cef45c3c2e19ecf45cfcb8d80331ffa
treed2de8cfd29253668e9326619964c3f615d8f4fc4
parent08ee7c41e9b7bb64243fd1dc1f416e53aad6f1d1
DoxyGen for c and cpp API

Doxygen for c and cpp
javadoc: remove simulator package

Change-Id: I5aed13dfda52d9c2fcd7b1b4b30734d35b24d476
Signed-off-by: uzchoi <uzchoi@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/7605
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
45 files changed:
resource/docs/c-doc/Doxyfile [new file with mode: 0644]
resource/docs/c-doc/devdocs.doxyfile [moved from resource/docs/devdocs.doxyfile with 100% similarity]
resource/docs/c-doc/devdox/ca_functional.dox [moved from resource/docs/devdox/ca_functional.dox with 100% similarity]
resource/docs/c-doc/devdox/ca_overview.dox [moved from resource/docs/devdox/ca_overview.dox with 100% similarity]
resource/docs/c-doc/devdox/dot/ca_arch.gv [moved from resource/docs/devdox/dot/ca_arch.gv with 100% similarity]
resource/docs/c-doc/devdox/dot/ca_arch_sketch.gv [moved from resource/docs/devdox/dot/ca_arch_sketch.gv with 100% similarity]
resource/docs/c-doc/devdox/dot/ca_overview.gv [moved from resource/docs/devdox/dot/ca_overview.gv with 100% similarity]
resource/docs/c-doc/devdox/mainpage.dox [moved from resource/docs/devdox/mainpage.dox with 100% similarity]
resource/docs/c-doc/doxygenLayout.xml [moved from resource/docs/doxygenLayout.xml with 100% similarity]
resource/docs/c-doc/guides/Home.txt [moved from resource/docs/guides/Home.txt with 100% similarity]
resource/docs/c-doc/html/footer.html [moved from resource/docs/html/footer.html with 100% similarity]
resource/docs/c-doc/img/seq_find_resource.png [moved from resource/docs/img/seq_find_resource.png with 100% similarity]
resource/docs/c-doc/img/seq_find_resource_2.png [moved from resource/docs/img/seq_find_resource_2.png with 100% similarity]
resource/docs/c-doc/img/seq_find_resource_3.png [moved from resource/docs/img/seq_find_resource_3.png with 100% similarity]
resource/docs/c-doc/img/seq_find_resource_4.png [moved from resource/docs/img/seq_find_resource_4.png with 100% similarity]
resource/docs/c-doc/img/seq_get.png [moved from resource/docs/img/seq_get.png with 100% similarity]
resource/docs/c-doc/img/seq_observe.png [moved from resource/docs/img/seq_observe.png with 100% similarity]
resource/docs/c-doc/img/seq_put.png [moved from resource/docs/img/seq_put.png with 100% similarity]
resource/docs/c-doc/img/seq_register_resource.png [moved from resource/docs/img/seq_register_resource.png with 100% similarity]
resource/docs/c-doc/img/seq_register_resource_2.png [moved from resource/docs/img/seq_register_resource_2.png with 100% similarity]
resource/docs/c-doc/img/seq_stack_init.png [moved from resource/docs/img/seq_stack_init.png with 100% similarity]
resource/docs/c-doc/img/stack_diagram.png [moved from resource/docs/img/stack_diagram.png with 100% similarity]
resource/docs/cpp-doc/Doxyfile [moved from resource/docs/Doxyfile with 98% similarity]
resource/docs/cpp-doc/devdocs.doxyfile [new file with mode: 0644]
resource/docs/cpp-doc/devdox/ca_functional.dox [new file with mode: 0644]
resource/docs/cpp-doc/devdox/ca_overview.dox [new file with mode: 0644]
resource/docs/cpp-doc/devdox/dot/ca_arch.gv [new file with mode: 0644]
resource/docs/cpp-doc/devdox/dot/ca_arch_sketch.gv [new file with mode: 0644]
resource/docs/cpp-doc/devdox/dot/ca_overview.gv [new file with mode: 0644]
resource/docs/cpp-doc/devdox/mainpage.dox [new file with mode: 0644]
resource/docs/cpp-doc/doxygenLayout.xml [new file with mode: 0644]
resource/docs/cpp-doc/guides/Home.txt [new file with mode: 0644]
resource/docs/cpp-doc/html/footer.html [new file with mode: 0644]
resource/docs/cpp-doc/img/seq_find_resource.png [new file with mode: 0644]
resource/docs/cpp-doc/img/seq_find_resource_2.png [new file with mode: 0644]
resource/docs/cpp-doc/img/seq_find_resource_3.png [new file with mode: 0644]
resource/docs/cpp-doc/img/seq_find_resource_4.png [new file with mode: 0644]
resource/docs/cpp-doc/img/seq_get.png [new file with mode: 0644]
resource/docs/cpp-doc/img/seq_observe.png [new file with mode: 0644]
resource/docs/cpp-doc/img/seq_put.png [new file with mode: 0644]
resource/docs/cpp-doc/img/seq_register_resource.png [new file with mode: 0644]
resource/docs/cpp-doc/img/seq_register_resource_2.png [new file with mode: 0644]
resource/docs/cpp-doc/img/seq_stack_init.png [new file with mode: 0644]
resource/docs/cpp-doc/img/stack_diagram.png [new file with mode: 0644]
resource/docs/javadocGen.sh