Hi Jun, The following example can be used to generate Javadoc from command line for the base APIs:
javadoc -protected -splitindex org.iotivity.base -sourcepath <PATH_TO_IoTivity>/android/android_api/base/src/main/java -d <PATH_TO_IoTivity>/android/Javadoc You may also use the built-in Javadoc tool in Android Studio IDE: Open the <PATH_TO_IoTivity>/android/android_api project and navigate to Tools->Generate Javadoc... Thanks, Tim From: iotivity-dev-bounces at lists.iotivity.org [mailto:[email protected]] On Behalf Of ??? Sent: Friday, April 10, 2015 2:48 AM To: iotivity-dev at lists.iotivity.org Subject: [dev] How to make a Java API Document ? Dear IoTivity I want to make a Java API Document using javadoc tool in the android-api branch. javadoc [ options ] [ packagenames ] [ sourcefilenames ] [ -subpackages pkg1:pkg2:... ] [ @argfiles ] What is the proper options, packagnames ..... ? Thanks in advance - Jun - [Image removed by sender.] -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20150410/a438a2c0/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: ~WRD000.jpg Type: image/jpeg Size: 823 bytes Desc: ~WRD000.jpg URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20150410/a438a2c0/attachment.jpg>
