diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-07-17 01:42:27 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-07-17 01:42:27 +0200 |
commit | b640d0a5a448a5fa119512ad76a915adf11d2c25 (patch) | |
tree | 6df033f5e9f49b4dacd9e947353b81c04726b22b /doc | |
parent | bda94bdcfec5598c53fc45f7946399e27f6329f4 (diff) | |
download | connman-b640d0a5a448a5fa119512ad76a915adf11d2c25.tar.gz connman-b640d0a5a448a5fa119512ad76a915adf11d2c25.tar.bz2 connman-b640d0a5a448a5fa119512ad76a915adf11d2c25.zip |
Rename some API document to indicate that they are low-level API
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 7 | ||||
-rw-r--r-- | doc/connection-lowlevel-api.txt (renamed from doc/connection-api.txt) | 0 | ||||
-rw-r--r-- | doc/device-lowlevel-api.txt (renamed from doc/device-api.txt) | 0 | ||||
-rw-r--r-- | doc/network-lowlevel-api.txt (renamed from doc/network-api.txt) | 0 |
4 files changed, 4 insertions, 3 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 98282373..0696488e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -37,6 +37,7 @@ else EXTRA_DIST = $(DOC_MAIN_SGML_FILE) connman-introduction.xml endif -EXTRA_DIST += overview-api.txt behavior-api.txt manager-api.txt \ - device-api.txt network-api.txt service-api.txt \ - connection-api.txt profile-api.txt agent-api.txt plugin-api.txt +EXTRA_DIST += overview-api.txt behavior-api.txt plugin-api.txt \ + manager-api.txt profile-api.txt service-api.txt \ + device-lowlevel-api.txt network-lowlevel-api.txt \ + connection-lowlevel-api.txt agent-api.txt diff --git a/doc/connection-api.txt b/doc/connection-lowlevel-api.txt index 8e2e8bca..8e2e8bca 100644 --- a/doc/connection-api.txt +++ b/doc/connection-lowlevel-api.txt diff --git a/doc/device-api.txt b/doc/device-lowlevel-api.txt index 72070c3b..72070c3b 100644 --- a/doc/device-api.txt +++ b/doc/device-lowlevel-api.txt diff --git a/doc/network-api.txt b/doc/network-lowlevel-api.txt index 96fe20fc..96fe20fc 100644 --- a/doc/network-api.txt +++ b/doc/network-lowlevel-api.txt |