forked from Samsung/TizenRT
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs/API_reference: use doxygen html instead of pdf
Html is better than pdf to use API reference.
- Loading branch information
1 parent
105d01b
commit e1fc8e2
Showing
6 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# API Reference | ||
|
||
There are two types of API references, libs & env and public. | ||
Extract zipped files, libs_env.tar.gz and public.tar.gz. | ||
``` | ||
tar -xvzf libs_env.tar.gz | ||
tar -xvzf public.tar.gz | ||
``` | ||
|
||
These two topics are splitted temporarilliy and will be reorganized. | ||
|
||
## Libs & Env | ||
|
||
The libs & env has kernel APIs, file system APIs, network APIs and so on. | ||
Please find it under *v1.1/libs_env/html* folder and execute index.html. | ||
|
||
# Public | ||
|
||
The public has framework APIs like database - arastorage, device management, iotbus, SmartThings Things SDK, audio and wifi manager. | ||
Please find it under *v1.1/public/html* folder and execute index.html. |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
/libs_env | ||
/public |
Binary file not shown.
Binary file not shown.