|
167 | 167 | /// Shows how to use xtd::date_time::sprintf method.
|
168 | 168 | ///
|
169 | 169 | /// @example date_time_subtract.cpp
|
170 |
| -/// Shows how to use xtd::date_time::days_in_month method. |
| 170 | +/// Shows how to use xtd::date_time::subtract method. |
171 | 171 | ///
|
172 | 172 | /// @example date_time_ticks.cpp
|
173 | 173 | /// Shows how to use xtd::date_time class with ticks constructors.
|
|
199 | 199 | /// @example delegate.cpp
|
200 | 200 | /// Shows how to use xtd::delegate class.
|
201 | 201 | ///
|
| 202 | +/// @example delegate_begin_invoke.cpp |
| 203 | +/// Shows how to use xtd::delegate::begin_invoke, xtd::delegate::end_invoke and xtd::delegate::invoke methods. |
| 204 | +/// |
202 | 205 | /// @example delegate_lambda.cpp
|
203 | 206 | /// Shows how to use xtd::delegate class.
|
204 | 207 | ///
|
|
493 | 496 | /// @example lock.cpp
|
494 | 497 | /// Shows how to use xtd::lock class.
|
495 | 498 | ///
|
496 |
| -/// @example startup.cpp |
| 499 | +/// @example lock_guard_keyword.cpp |
| 500 | +/// Shows how to use lock_guard_ class. |
| 501 | +/// |
| 502 | +/// @example startup_keyword.cpp |
497 | 503 | /// Shows how to use xtd::startup class.
|
498 | 504 | ///
|
499 | 505 | /// @example static.cpp
|
|
697 | 703 | /// @example sprintf_with_order.cpp
|
698 | 704 | /// Show how to use format xtd::format class.
|
699 | 705 | ///
|
| 706 | +/// @example startup.cpp |
| 707 | +/// Shows how to use xtd::startup class. |
| 708 | +/// |
| 709 | +/// @example startup1.cpp |
| 710 | +/// Shows how to use xtd::startup class. |
| 711 | +/// |
| 712 | +/// @example startup2.cpp |
| 713 | +/// Shows how to use xtd::startup class. |
| 714 | +/// |
| 715 | +/// @example startup3.cpp |
| 716 | +/// Shows how to use xtd::startup class. |
| 717 | +/// |
| 718 | +/// @example startup4.cpp |
| 719 | +/// Shows how to use xtd::startup class. |
| 720 | +/// |
700 | 721 | /// @example compare.cpp
|
701 | 722 | /// Shows how to use xtd::ustring::compare method.
|
702 | 723 | ///
|
|
733 | 754 | /// @example auto_reset_event.cpp
|
734 | 755 | /// Shows how to use xtd::threading::auto_reset_event class.
|
735 | 756 | ///
|
| 757 | +/// @example barrier.cpp |
| 758 | +/// Shows how to use xtd::threading::barrier class. |
| 759 | +/// |
| 760 | +/// @example barrier_simple.cpp |
| 761 | +/// Shows how to use xtd::threading::barrier class. |
| 762 | +/// |
| 763 | +/// @example countdown_event.cpp |
| 764 | +/// Shows how to use xtd::threading::countdown_event class. |
| 765 | +/// |
736 | 766 | /// @example event_wait_handle.cpp
|
737 | 767 | /// Shows how to use xtd::threading::event_wait_handle class.
|
738 | 768 | ///
|
|
742 | 772 | /// @example interlocked_decrement.cpp
|
743 | 773 | /// Shows how to use xtd::threading::interlocked::decrement and xtd::threading::interlocked::increment methods.
|
744 | 774 | ///
|
| 775 | +/// @example lock_guard.cpp |
| 776 | +/// Shows how to use xtd::threading::lock_guard class. |
| 777 | +/// |
745 | 778 | /// @example manual_reset_event.cpp
|
746 | 779 | /// Shows how to use xtd::threading::manual_reset_event class.
|
747 | 780 | ///
|
|
751 | 784 | /// @example monitor.cpp
|
752 | 785 | /// Shows how to use xtd::threading::monitor class.
|
753 | 786 | ///
|
| 787 | +/// @example monitor_lock.cpp |
| 788 | +/// Shows how to use xtd::threading::monitor class. |
| 789 | +/// |
| 790 | +/// @example monitor_pulse.cpp |
| 791 | +/// Shows how to use xtd::threading::monitor::pulse pulse. |
| 792 | +/// |
| 793 | +/// @example monitor_pulse_all.cpp |
| 794 | +/// Shows how to use xtd::threading::monitor::pulse_all method. |
| 795 | +/// |
754 | 796 | /// @example mutex.cpp
|
755 | 797 | /// Shows how to use xtd::threading::mutex class.
|
756 | 798 | ///
|
|
772 | 814 | /// @example wait_handle.cpp
|
773 | 815 | /// Shows how to use xtd::threading::wait_handle class.
|
774 | 816 | ///
|
| 817 | +/// @example time_span.cpp |
| 818 | +/// Demonstrates the xtd::time_span struct. |
| 819 | +/// |
| 820 | +/// @example time_span_from_days.cpp |
| 821 | +/// Demonstrates the xtd::time_span::from_days method. |
| 822 | +/// |
| 823 | +/// @example time_span_from_hours.cpp |
| 824 | +/// Demonstrates the xtd::time_span::from_days method. |
| 825 | +/// |
| 826 | +/// @example timers_timer.cpp |
| 827 | +/// Shows how to use xtd::timers::timer class. |
| 828 | +/// |
| 829 | +/// @example timers_timer_synchronizing_object.cpp |
| 830 | +/// Shows how to use xtd::timers::timer::synchronizing_object property. |
| 831 | +/// |
775 | 832 | /// @example uri.cpp
|
776 | 833 | /// Demonstrates the xtd::uri various properties.
|
777 | 834 | ///
|
|
0 commit comments