summaryrefslogtreecommitdiffstats
path: root/doc/src
diff options
context:
space:
mode:
authorThomas Graf <tgraf@redhat.com>2012-11-08 00:29:12 (GMT)
committerThomas Graf <tgraf@redhat.com>2012-11-08 00:29:12 (GMT)
commitb132ee7e27899b07f30e9a53dd6ce5f09efd8bf6 (patch)
treed57dcd99500ea9adc54b90bea3b051041ad02f14 /doc/src
parenta721c1d445c0cd8c1d555821e5a5e62e77006a87 (diff)
downloadlibnl-b132ee7e27899b07f30e9a53dd6ce5f09efd8bf6.zip
libnl-b132ee7e27899b07f30e9a53dd6ce5f09efd8bf6.tar.gz
libnl-b132ee7e27899b07f30e9a53dd6ce5f09efd8bf6.tar.bz2
nl: improve API doc of transmit functions
Signed-off-by: Thomas Graf <tgraf@redhat.com>
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/hidden.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/hidden.c b/doc/src/hidden.c
index be4a042..a63621d 100644
--- a/doc/src/hidden.c
+++ b/doc/src/hidden.c
@@ -32,4 +32,11 @@
accessor function is provided solely for the purpose of creating
objects for comparison and filtering.
+\page low_level_api Low Level API
+
+\note This is a low level API function. A high level function implementing
+ the same functionality with a simplified usage pattern exists. This
+ function is available as an alternative if the default library
+ behaviour is not desirable.
+
*/