From 492233e773329c8678cc5146f590b81e93417a9c Mon Sep 17 00:00:00 2001 From: John Ferlan Date: Tue, 12 Feb 2013 12:58:42 -0500 Subject: [PATCH] api: Complete list of function and naming conventions --- docs/api.html.in | 92 +++++++++++++++++++++++++++++++++--------------- 1 file changed, 64 insertions(+), 28 deletions(-) diff --git a/docs/api.html.in b/docs/api.html.in index 09fe4f05d5..9855b39cde 100644 --- a/docs/api.html.in +++ b/docs/api.html.in @@ -89,38 +89,74 @@ set of nodes.

-

Functions and naming - conventions

+

Functions and Naming Conventions

The naming of the functions present in the library is usually - made of a prefix describing the object associated to the function + composed by a prefix describing the object associated to the function and a verb describing the action on that object.

-

For each first class object you will find apis +

For each first class object you will find APIs for the following actions:

For more in-depth details of the storage related APIs see the storage management page.