summaryrefslogtreecommitdiff
path: root/docs/src/namespace.dox
blob: 3ac7bfd6ec0c3a252b319d843a32ae0c630e1d59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*! @page name_space WiredTiger name spaces

@section c C language name space

WiredTiger's public function names begin with the string "wiredtiger".

WiredTiger's public \c \#define and structure \c typedef declarations
begin with the string "WT_".

WiredTiger's private function names begin with the string "__wt__".

@section file File system name space

WiredTiger's files begin with the string "WiredTiger"; applications
should not create files in the WiredTiger file system name space.

*/