summaryrefslogtreecommitdiff
path: root/src/docs/Doxyfile
AgeCommit message (Expand)Author
2014-10-16Handle @subpage_single the same as @ref_single in the docs, for cases where a...Michael Cahill
2014-10-13Make sure the Java examples are built along with the API. Make section names...Michael Cahill
2014-10-06Multiple language doc support. refs #1130.Don Anderson
2014-09-10Fix for doxygen-1.8.8: it doesn't know how to treat "wiredtiger.in" without h...Michael Cahill
2014-08-29Turn off autobrief for pages in the documentation, do a pass for naming struc...Michael Cahill
2014-08-15Add a way to create documentation snippets that are reused in multiple places...Michael Cahill
2014-08-13Check documentation prior to cutting a release.Michael Cahill
2014-08-05Merge branch 'develop' into wtperf-docSusan LoVerso
2014-08-05Add WT_ASYNC_OP, WT_ASYNC_CALLBACK and WT_TXN_NOTIFY to PREDEFINE.Susan LoVerso
2014-08-04Add nvd3 wtperf example to doc. #1147Susan LoVerso
2014-05-23Fix compatibility with newer versions of doxygen.Michael Cahill
2014-05-21Add the top-level NEWS file as a "change log" page in the documentation.Michael Cahill
2014-04-03Generate Linux man pages when generating docs.Alex Gorrod
2014-02-25Configuration parser API, update documentation and examples.Alex Gorrod
2013-11-18Null out closed handles in Java, and detect nulled handles on use. refs #485.Don Anderson
2013-07-17Make the not-yet-supported comment read more naturally.Keith Bostic
2013-06-19Update Doxygen script file to be compatible with Doxygen 1.8.4Alex Gorrod
2013-05-06Flag that WT_SESSION.{drop,rename,salvage,truncate,upgrade,verify} allKeith Bostic
2013-04-18Export more of the config parsing machinery to the extension API: we're going...Michael Cahill
2013-04-18Use an opaque type for config arguments passed to callbacks, rather than void *.Michael Cahill
2013-04-10Add a new method WT_EXTENSION_API::config that takes a cfg[] and returnsKeith Bostic
2013-04-09Make WiredTiger extension functions available to linked-in modules viaKeith Bostic
2013-04-04Write some custom data source documentation based on my Berkeley DB code.Keith Bostic
2012-10-11Tweak the doxygen output for presentation.Michael Cahill
2012-08-10Something we're doing is causing problems with doxygen's new markdown support...Michael Cahill
2012-08-09Upgrade to doxygen 1.8.x.Michael Cahill
2012-05-30Don't build the landing page in an ordinary doc build.Michael Cahill
2012-05-11The ex_ref alias was broken: the trailing \1 in the string examples/c/\1Keith Bostic
2012-05-09Move docs/src to src/docs.Michael Cahill