mirror of
https://github.com/boostorg/date_time.git
synced 2026-07-21 13:13:29 +00:00
correct example folder path in docs from examples/ to example/
This commit is contained in:
+14
-14
@@ -119,20 +119,20 @@
|
||||
<bridgehead renderas="sect3">Directory Structure</bridgehead>
|
||||
<para>
|
||||
The directory tree has the following structure:
|
||||
<programlisting>/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...)</programlisting>
|
||||
<programlisting>/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...)</programlisting>
|
||||
</para>
|
||||
|
||||
<anchor id="other_boost_libs" />
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The following example is of the basic use of the new IO code, utilizing all the defaults. (this example can be found in the <code>libs/date_time/examples/tutorial</code> 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 <code>libs/date_time/example/tutorial</code> directory)
|
||||
</para>
|
||||
<programlisting>
|
||||
<![CDATA[
|
||||
|
||||
Reference in New Issue
Block a user