diff options
author | Hossein <hossein.ir@gmail.com> | 2021-04-12 22:29:51 +0430 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2021-04-19 11:13:41 +0200 |
commit | 628c1c3b0791bb0866917442040dc491de2acb61 (patch) | |
tree | 092afdd108ebe13b15133ef0a9cd6380fb2342e3 /o3tl | |
parent | 1a984f2ff11e1125f146824924dcc373bccb0cdf (diff) |
Updated README.md files
* Updated README.md contents to fix various issues
* Fixed source links by using [git:], processed by mkdocs scripts
* Added README.md for ios, setup_native, unotest
* Fixed issues with "underline" and "less than" sign
Change-Id: I3e52a1d3372586c390ee6c42a2ef48bbabc81398
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114248
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'o3tl')
-rw-r--r-- | o3tl/README.md | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/o3tl/README.md b/o3tl/README.md index 89cb9a5c1315..dccfc6028d91 100644 --- a/o3tl/README.md +++ b/o3tl/README.md @@ -13,25 +13,21 @@ to boost, but isn't as of now)." ## Class Overview -- `git:o3tl/inc/o3tl/cow_wrapper.hxx` +- `[git:include/o3tl/cow_wrapper.hxx]` A copy-on-write wrapper. -- `git:o3tl/inc/o3tl/lazy_update.hxx` +- `[git:include/o3tl/lazy_update.hxx]` This template collects data in input type, and updates the output type with the given update functor, but only if the output is requested. Useful if updating is expensive, or input changes frequently, but output is only comparatively seldom used. -- `git:o3tl/inc/o3tl/range.hxx` - - Represents a range of integer or iterator values. - -- `git:o3tl/inc/o3tl/vector_pool.hxx` +- `[git:include/o3tl/vector_pool.hxx]` Simple vector-based memory pool allocator. -- `git:o3tl/inc/o3tl/functional.hxx` +- `[git:include/o3tl/functional.hxx]` Some more templates, leftovers in spirit of STLport's old functional header that are not part of the C++ standard (STLport has been |