Configuration parser API, update documentation and examples.

This commit is contained in:
Alex Gorrod
2014-02-25 13:14:48 +11:00
parent 1678038c69
commit 0983863e18
6 changed files with 100 additions and 52 deletions

View File

@@ -42,5 +42,4 @@ COPYDOC(__wt_connection, WT_CONNECTION, add_compressor)
COPYDOC(__wt_connection, WT_CONNECTION, add_extractor)
COPYDOC(__wt_config_parser, WT_CONFIG_PARSER, close)
COPYDOC(__wt_config_parser, WT_CONFIG_PARSER, next)
COPYDOC(__wt_config_parser, WT_CONFIG_PARSER, reset)
COPYDOC(__wt_config_parser, WT_CONFIG_PARSER, search)
COPYDOC(__wt_config_parser, WT_CONFIG_PARSER, get)