[svn] commit: r3503 - /branches/trac374/src/lib/datasrc/data_source.h
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Nov 10 13:47:01 UTC 2010
Author: jinmei
Date: Wed Nov 10 13:47:00 2010
New Revision: 3503
Log:
doxygen editorial fix: removed ',' after function parameters to not confuse doxygen.
Modified:
branches/trac374/src/lib/datasrc/data_source.h
Modified: branches/trac374/src/lib/datasrc/data_source.h
==============================================================================
--- branches/trac374/src/lib/datasrc/data_source.h (original)
+++ branches/trac374/src/lib/datasrc/data_source.h Wed Nov 10 13:47:00 2010
@@ -408,9 +408,9 @@
/// The data source checks for the zone, starts a backend
/// transaction, and sets any data it will need later in the given
/// transaction object.
- /// \param transaction, a transaction that has been initialized for
+ /// \param transaction a transaction that has been initialized for
/// a zone held by this data source.
- /// \param create_zone, if set to true, and the zone does not exist,
+ /// \param create_zone if set to true, and the zone does not exist,
/// it is created within this transaction. If false, and
/// the zone does not exist, W_NO_SUCH_ZONE is returned
/// (defaults to false)
More information about the bind10-changes
mailing list