Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-09-23 18:58:16 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-09-23 18:58:16 +0300
commit8ac7c7fa3908ad353594fb4148971f05e643b056 (patch)
tree3cffed7fe53c6a2cf5d97580117a5b436f63d448 /Doxyfile
parent15b1a6ff306a8a341bd1eb367d84ce1123f424b9 (diff)
Add docs for io_service and async_file_handle. Thanks to @jamboree for reminding me to do this.
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 9555f3c7..258ed375 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -845,7 +845,7 @@ EXCLUDE_SYMBOLS = detail::* *::detail::*
# that contain example code fragments that are included (see the \include
# command).
-EXAMPLE_PATH =
+EXAMPLE_PATH = example test/tests
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and