diff options
author | Thomas Graf <tgraf@redhat.com> | 2012-11-08 00:29:12 (GMT) |
---|---|---|
committer | Thomas Graf <tgraf@redhat.com> | 2012-11-08 00:29:12 (GMT) |
commit | b132ee7e27899b07f30e9a53dd6ce5f09efd8bf6 (patch) | |
tree | d57dcd99500ea9adc54b90bea3b051041ad02f14 /doc/src | |
parent | a721c1d445c0cd8c1d555821e5a5e62e77006a87 (diff) | |
download | libnl-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.c | 7 |
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. + */ |