From f690b29348e9e21e9c2ca0bcb446d24268f68c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Tue, 21 Mar 2017 16:51:33 +0100 Subject: [PATCH] correct example folder path in docs from `examples/` to `example/` --- xmldoc/buildinfo.xml | 28 ++++++++++++++-------------- xmldoc/io_tutorial.xml | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/xmldoc/buildinfo.xml b/xmldoc/buildinfo.xml index 9f6ad20..3f91a1e 100644 --- a/xmldoc/buildinfo.xml +++ b/xmldoc/buildinfo.xml @@ -119,20 +119,20 @@ Directory Structure The directory tree has the following structure: - /boost/date_time -- common headers and template code -/boost/date_time/gregorian -- Gregorian date system header files -/boost/date_time/posix_time -- Posix time system headers -/boost/date_time/local_time -- Local time system headers -/libs/date_time/build -- build files and output directory -/libs/date_time/test -- test battery for generic code -/libs/date_time/test/gregorian -- test battery for the Gregorian system -/libs/date_time/test/posix_time -- test battery for the posix_time system -/libs/date_time/test/local_time -- test battery for the local_time system -/libs/date_time/examples/gregorian -- example programs for dates -/libs/date_time/examples/posix_time -- time example programs -/libs/date_time/examples/local_time -- nifty example programs -/libs/date_time/src/gregorian -- cpp files for libboost_date_time -/libs/date_time/src/posix_time -- empty (one file, but no source code...) + /boost/date_time -- common headers and template code +/boost/date_time/gregorian -- Gregorian date system header files +/boost/date_time/posix_time -- Posix time system headers +/boost/date_time/local_time -- Local time system headers +/libs/date_time/build -- build files and output directory +/libs/date_time/test -- test battery for generic code +/libs/date_time/test/gregorian -- test battery for the Gregorian system +/libs/date_time/test/posix_time -- test battery for the posix_time system +/libs/date_time/test/local_time -- test battery for the local_time system +/libs/date_time/example/gregorian -- example programs for dates +/libs/date_time/example/posix_time -- time example programs +/libs/date_time/example/local_time -- nifty example programs +/libs/date_time/src/gregorian -- cpp files for libboost_date_time +/libs/date_time/src/posix_time -- empty (one file, but no source code...) diff --git a/xmldoc/io_tutorial.xml b/xmldoc/io_tutorial.xml index 6e6e7e0..3a38295 100644 --- a/xmldoc/io_tutorial.xml +++ b/xmldoc/io_tutorial.xml @@ -49,7 +49,7 @@ - The following example is of the basic use of the new IO code, utilizing all the defaults. (this example can be found in the libs/date_time/examples/tutorial directory) + The following example is of the basic use of the new IO code, utilizing all the defaults. (this example can be found in the libs/date_time/example/tutorial directory)