aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/manual.xhtml2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual.xhtml b/doc/manual.xhtml
index aac66f0..25dddc7 100644
--- a/doc/manual.xhtml
+++ b/doc/manual.xhtml
@@ -5494,6 +5494,8 @@ namespace odb
T& operator* ();
const T& operator* () const;
+ // Reset to the NULL state.
+ //
void reset ();
};
}