BIND 10 trac2853, updated. 171e04fdad35ccb630a4255efba73af01536f9de [2853] Fix Doxygen and Python documentation
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jun 11 09:22:36 UTC 2013
The branch, trac2853 has been updated
via 171e04fdad35ccb630a4255efba73af01536f9de (commit)
from 41439e23c82d769ae7e1bb04453723a8770e6c9a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 171e04fdad35ccb630a4255efba73af01536f9de
Author: Mukund Sivaraman <muks at isc.org>
Date: Tue Jun 11 14:52:20 2013 +0530
[2853] Fix Doxygen and Python documentation
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/memory/zone_writer.h | 2 +-
src/lib/python/isc/datasrc/zonewriter_inc.cc | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/zone_writer.h b/src/lib/datasrc/memory/zone_writer.h
index 12a75c6..bdd350c 100644
--- a/src/lib/datasrc/memory/zone_writer.h
+++ b/src/lib/datasrc/memory/zone_writer.h
@@ -91,7 +91,7 @@ public:
/// later.
/// \throw isc::InvalidOperation if called second time.
/// \throw DataSourceError load related error (not thrown if constructed
- /// with catch_load_error being false).
+ /// with catch_load_error being \c true).
///
/// \param error_msg If non NULL, used as a placeholder to store load error
/// messages.
diff --git a/src/lib/python/isc/datasrc/zonewriter_inc.cc b/src/lib/python/isc/datasrc/zonewriter_inc.cc
index 9c1f910..03be289 100644
--- a/src/lib/python/isc/datasrc/zonewriter_inc.cc
+++ b/src/lib/python/isc/datasrc/zonewriter_inc.cc
@@ -53,7 +53,7 @@ returned. In all other cases, None is returned.\n\
Exceptions:\n\
isc.InvalidOperation if called second time.\n\
DataSourceError load related error (not thrown if constructed with\n\
- catch_load_error being False).\n\
+ catch_load_error being True).\n\
\n\
";
More information about the bind10-changes
mailing list