summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2011-02-15 09:30:59 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2011-02-15 09:30:59 +1100
commit9ff9c40b7679aec9b488e1c6877571f54275f68d (patch)
treea36c51650c9d7eb97044e522c58a630e292cf1fe /docs
parent6225c5cf67508320bd555442da0d97c61675a96d (diff)
downloadmongo-9ff9c40b7679aec9b488e1c6877571f54275f68d.tar.gz
Remove the "vim:" lines from the documentation sources.
Diffstat (limited to 'docs')
-rw-r--r--docs/src/architecture.dox2
-rw-r--r--docs/src/basic-api.dox2
-rw-r--r--docs/src/bdb-map.dox2
-rw-r--r--docs/src/command-line.dox2
-rw-r--r--docs/src/config-strings.dox2
-rw-r--r--docs/src/cursors.dox2
-rw-r--r--docs/src/design.dox2
-rw-r--r--docs/src/examples.dox2
-rw-r--r--docs/src/extending.dox2
-rw-r--r--docs/src/fileformats.dox2
-rw-r--r--docs/src/introduction.dox2
-rw-r--r--docs/src/packing.dox2
-rw-r--r--docs/src/processes.dox2
-rw-r--r--docs/src/schema.dox2
-rw-r--r--docs/src/sql-map.dox2
-rw-r--r--docs/src/threads.dox2
-rw-r--r--docs/src/transactions.dox2
-rw-r--r--docs/src/tuning.dox2
-rw-r--r--docs/src/using.dox2
19 files changed, 0 insertions, 38 deletions
diff --git a/docs/src/architecture.dox b/docs/src/architecture.dox
index 4100d704388..924b1364bf3 100644
--- a/docs/src/architecture.dox
+++ b/docs/src/architecture.dox
@@ -1,5 +1,3 @@
-/* vim: set filetype=c.doxygen : */
-
/*! @page architecture WiredTiger Architecture
@todo explain the architecture
diff --git a/docs/src/basic-api.dox b/docs/src/basic-api.dox
index 6fb2b949df9..2df207745e0 100644
--- a/docs/src/basic-api.dox
+++ b/docs/src/basic-api.dox
@@ -1,5 +1,3 @@
-/* vim: set filetype=c.doxygen : */
-
/*! @page basic_api Getting Started with the API
WiredTiger applications will generally use the following classes to access and manage data:
diff --git a/docs/src/bdb-map.dox b/docs/src/bdb-map.dox
index 8badc062c28..f7ae0d065f5 100644
--- a/docs/src/bdb-map.dox
+++ b/docs/src/bdb-map.dox
@@ -1,5 +1,3 @@
-/* vim: set filetype=c.doxygen : */
-
/*!
* @defgroup bdbmap WiredTiger for Berkeley DB developers
*
diff --git a/docs/src/command-line.dox b/docs/src/command-line.dox
index 9a557f577a1..60e9cabeeeb 100644
--- a/docs/src/command-line.dox
+++ b/docs/src/command-line.dox
@@ -1,5 +1,3 @@
-/* vim: set filetype=c.doxygen : */
-
/*! @page command_line Command Line Interface
@todo write text
diff --git a/docs/src/config-strings.dox b/docs/src/config-strings.dox
index 950585c2396..e6891868835 100644
--- a/docs/src/config-strings.dox
+++ b/docs/src/config-strings.dox
@@ -1,5 +1,3 @@
-/* vim: set filetype=c.doxygen : */
-
/*! @page config_strings Configuration Strings
@section config_intro Introduction
diff --git a/docs/src/cursors.dox b/docs/src/cursors.dox
index a0d57dd6e59..f172844fbea 100644
--- a/docs/src/cursors.dox
+++ b/docs/src/cursors.dox
@@ -1,5 +1,3 @@
-/* vim: set filetype=c.doxygen : */
-
/*! @page cursors Cursors
Most common operations in WiredTiger are performed using cursors. A cursor includes:
diff --git a/docs/src/design.dox b/docs/src/design.dox
index be3b1d6156f..74438532a65 100644
--- a/docs/src/design.dox
+++ b/docs/src/design.dox
@@ -1,5 +1,3 @@
-/* vim: set filetype=c.doxygen : */
-
/*! @page design WiredTiger Design
@todo rewrite this to describe the WiredTiger architecture with minimal discussion of Berkeley DB.
diff --git a/docs/src/examples.dox b/docs/src/examples.dox
index e0b92148143..515046e4c84 100644
--- a/docs/src/examples.dox
+++ b/docs/src/examples.dox
@@ -1,5 +1,3 @@
-/* vim: set filetype=c.doxygen : */
-
/*!
@example ex_hello.c
This is an example of how to create and open a database.
diff --git a/docs/src/extending.dox b/docs/src/extending.dox
index 48436d943e7..991b8442d56 100644
--- a/docs/src/extending.dox
+++ b/docs/src/extending.dox
@@ -1,5 +1,3 @@
-/* vim: set filetype=c.doxygen : */
-
/*! @page extending Extending WiredTiger
- must be in C/C++
diff --git a/docs/src/fileformats.dox b/docs/src/fileformats.dox
index 154f7535963..7f3cf720165 100644
--- a/docs/src/fileformats.dox
+++ b/docs/src/fileformats.dox
@@ -1,5 +1,3 @@
-/* vim: set filetype=c.doxygen : */
-
/*! @page fileformats Table File Formats
@todo rewrite this to describe the WiredTiger row- and column-store features in detail, including page sizing calculations for given key/value sizes
diff --git a/docs/src/introduction.dox b/docs/src/introduction.dox
index 5a767c4f222..044f2544903 100644
--- a/docs/src/introduction.dox
+++ b/docs/src/introduction.dox
@@ -1,5 +1,3 @@
-/* vim: set filetype=c.doxygen : */
-
/*! @mainpage Reference Guide
The WiredTiger Data Store is an extensible platform for data management. This documentation describes the programming interface to WiredTiger used by developers to construct applications.
diff --git a/docs/src/packing.dox b/docs/src/packing.dox
index 100be07bb0e..fa3397a4515 100644
--- a/docs/src/packing.dox
+++ b/docs/src/packing.dox
@@ -1,5 +1,3 @@
-/* vim: set filetype=c.doxygen : */
-
/*! @page packing Packing and Unpacking Data
The tables we have seen so far have all had simple key/value pairs for records.
diff --git a/docs/src/processes.dox b/docs/src/processes.dox
index cbf2fc37302..b04a912a16c 100644
--- a/docs/src/processes.dox
+++ b/docs/src/processes.dox
@@ -1,5 +1,3 @@
-/* vim: set filetype=c.doxygen : */
-
/*! @page processes Sharing Between Processes
WiredTiger includes a server that provides remote access to databases. The primary process to open a database can optionally start a server that handles requests from other processes.
diff --git a/docs/src/schema.dox b/docs/src/schema.dox
index a121d1b6c9a..780297608c8 100644
--- a/docs/src/schema.dox
+++ b/docs/src/schema.dox
@@ -1,5 +1,3 @@
-/* vim: set filetype=c.doxygen : */
-
/*! @page schema Schemas
@section schema_intro Tables, Rows and Columns
diff --git a/docs/src/sql-map.dox b/docs/src/sql-map.dox
index 6a23e59a2ab..2e91d92a60b 100644
--- a/docs/src/sql-map.dox
+++ b/docs/src/sql-map.dox
@@ -1,5 +1,3 @@
-/* vim: set filetype=c.doxygen : */
-
/*! \page sql_mapping Mapping SQL onto the WiredTiger API
@todo decide whether to keep this page, if so, fill it out
diff --git a/docs/src/threads.dox b/docs/src/threads.dox
index 68f9f43a60b..5cc16e4def5 100644
--- a/docs/src/threads.dox
+++ b/docs/src/threads.dox
@@ -1,5 +1,3 @@
-/* vim: set filetype=c.doxygen : */
-
/*! @page threads Multithreading
WT_CONNECTION handles can be shared between threads, and applications should generally only open one connection per process. WT_SESSION and WT_CURSOR handles cannot be shared between threads: applications should open one WT_SESSION for each thread that accesses a database.
diff --git a/docs/src/transactions.dox b/docs/src/transactions.dox
index 189aaa4fc56..267ef4cc650 100644
--- a/docs/src/transactions.dox
+++ b/docs/src/transactions.dox
@@ -1,5 +1,3 @@
-/* vim: set filetype=c.doxygen : */
-
/*! @page transactions Transactions
Note: the initial release of WiredTiger does not include support for transactions. This page describes the behavior of a future release.
diff --git a/docs/src/tuning.dox b/docs/src/tuning.dox
index da37517e730..e5acba8e897 100644
--- a/docs/src/tuning.dox
+++ b/docs/src/tuning.dox
@@ -1,5 +1,3 @@
-/* vim: set filetype=c.doxygen : */
-
/*! @page tuning Performance Tuning
- Performance monitoring with statistics
diff --git a/docs/src/using.dox b/docs/src/using.dox
index 5fbb3d53e25..cc60f71488d 100644
--- a/docs/src/using.dox
+++ b/docs/src/using.dox
@@ -1,5 +1,3 @@
-/* vim: set filetype=c.doxygen : */
-
/*! @page using Using WiredTiger
This section explains how to use WiredTiger by developing a sequence of example programs: