# HG changeset patch # User Mike Becker # Date 1510584857 -3600 # Node ID 33d22963480962c4cb154c9f311b7af143de26bc # Parent 6769a888fd3f54a787c9a0dd55fce6bc3253057d toc for examples diff -r 6769a888fd3f -r 33d229634809 Doxyfile --- a/Doxyfile Mon Nov 13 13:27:18 2017 +0100 +++ b/Doxyfile Mon Nov 13 15:54:17 2017 +0100 @@ -1754,7 +1754,7 @@ # classes and files. # The default value is: NO. -GENERATE_MAN = YES +GENERATE_MAN = NO # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of diff -r 6769a888fd3f -r 33d229634809 docs/src/examples.md --- a/docs/src/examples.md Mon Nov 13 13:27:18 2017 +0100 +++ b/docs/src/examples.md Mon Nov 13 15:54:17 2017 +0100 @@ -2,4 +2,45 @@ title: Examples --- -Examples are currently developed and will be available very soon. +On this page you find several example use cases in which the UAP Common +Extensions make life easier. +The examples are ordered by the complexity of the problem and start with +simple showcases. +Finally, we show how to implement a simple [properties editor](#props) with UCX. + + + +## String + +Coming soon... + + + +## List + +Coming soon... + + + +## Memory Pool + +Coming soon... + + + +## Buffer + +Coming soon... + + + +## Testing + +Coming soon... + + + +## Properties Editor + +Coming soon... + diff -r 6769a888fd3f -r 33d229634809 docs/src/header.html --- a/docs/src/header.html Mon Nov 13 13:27:18 2017 +0100 +++ b/docs/src/header.html Mon Nov 13 15:54:17 2017 +0100 @@ -34,7 +34,16 @@
  • Utilities
  • -
  • Examples
  • +
  • Examples + +