toc for examples

Mon, 13 Nov 2017 15:54:17 +0100

author
Mike Becker <universe@uap-core.de>
date
Mon, 13 Nov 2017 15:54:17 +0100
changeset 266
33d229634809
parent 265
6769a888fd3f
child 267
f4789572c9d6

toc for examples

Doxyfile file | annotate | diff | comparison | revisions
docs/src/examples.md file | annotate | diff | comparison | revisions
docs/src/header.html file | annotate | diff | comparison | revisions
     1.1 --- a/Doxyfile	Mon Nov 13 13:27:18 2017 +0100
     1.2 +++ b/Doxyfile	Mon Nov 13 15:54:17 2017 +0100
     1.3 @@ -1754,7 +1754,7 @@
     1.4  # classes and files.
     1.5  # The default value is: NO.
     1.6  
     1.7 -GENERATE_MAN           = YES
     1.8 +GENERATE_MAN           = NO
     1.9  
    1.10  # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
    1.11  # relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
     2.1 --- a/docs/src/examples.md	Mon Nov 13 13:27:18 2017 +0100
     2.2 +++ b/docs/src/examples.md	Mon Nov 13 15:54:17 2017 +0100
     2.3 @@ -2,4 +2,45 @@
     2.4  title: Examples
     2.5  ---
     2.6  
     2.7 -Examples are currently developed and will be available very soon.
     2.8 +On this page you find several example use cases in which the UAP Common
     2.9 +Extensions make life easier.
    2.10 +The examples are ordered by the complexity of the problem and start with
    2.11 +simple showcases.
    2.12 +Finally, we show how to implement a simple [properties editor](#props) with UCX.
    2.13 +
    2.14 +<a name="sstr"></a>
    2.15 +
    2.16 +## String
    2.17 +
    2.18 +Coming soon...
    2.19 +
    2.20 +<a name="list"></a>
    2.21 +
    2.22 +## List
    2.23 +
    2.24 +Coming soon...
    2.25 +
    2.26 +<a name="mpool"></a>
    2.27 +
    2.28 +## Memory Pool
    2.29 +
    2.30 +Coming soon...
    2.31 +
    2.32 +<a name="buffer"></a>
    2.33 +
    2.34 +## Buffer
    2.35 +
    2.36 +Coming soon...
    2.37 +
    2.38 +<a name="tests"></a>
    2.39 +
    2.40 +## Testing
    2.41 +
    2.42 +Coming soon...
    2.43 +
    2.44 +<a name="props"></a>
    2.45 +
    2.46 +## Properties Editor
    2.47 +
    2.48 +Coming soon...
    2.49 +
     3.1 --- a/docs/src/header.html	Mon Nov 13 13:27:18 2017 +0100
     3.2 +++ b/docs/src/header.html	Mon Nov 13 15:54:17 2017 +0100
     3.3 @@ -34,7 +34,16 @@
     3.4                          <li><a href="modules.html#utils">Utilities</a></li>
     3.5                      </ul>
     3.6                      </li>
     3.7 -                    <li><a href="examples.html">Examples</a></li>
     3.8 +                    <li><a href="examples.html">Examples</a>
     3.9 +                    <ul>
    3.10 +                        <li><a href="examples.html#sstr">String</a></li>
    3.11 +                        <li><a href="examples.html#list">List</a></li>
    3.12 +                        <li><a href="examples.html#mpool">Memory Pool</a></li>
    3.13 +                        <li><a href="examples.html#buffer">Buffer</a></li>
    3.14 +                        <li><a href="examples.html#tests">Testing</a></li>
    3.15 +                        <li><a href="examples.html#props">Properties Editor</a></li>
    3.16 +                    </ul>
    3.17 +                    </li>
    3.18                  </ul>
    3.19              </div>
    3.20              <div class="nav">

mercurial