# HG changeset patch # User Mike Becker # Date 1473345585 -7200 # Node ID 669136d4e3af88116e7c271a64c3c6d2fc31ef84 # Parent a1a068c2c4ef31f3df99548e0719bd91f3f56095 adds web documentation to project diff -r a1a068c2c4ef -r 669136d4e3af .hgignore --- a/.hgignore Thu Sep 08 15:12:56 2016 +0200 +++ b/.hgignore Thu Sep 08 16:39:45 2016 +0200 @@ -3,6 +3,6 @@ ^build/.*$ core$ DS_Store$ -^doc/.*$ +^docs/api/.*$ ^.c?project$ ^.settings/.*$ diff -r a1a068c2c4ef -r 669136d4e3af Doxyfile --- a/Doxyfile Thu Sep 08 15:12:56 2016 +0200 +++ b/Doxyfile Thu Sep 08 16:39:45 2016 +0200 @@ -58,7 +58,7 @@ # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = doc +OUTPUT_DIRECTORY = docs/api # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub- # directories (in 2 levels) under the output directory of each output format and diff -r a1a068c2c4ef -r 669136d4e3af docs/web/examples.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/web/examples.html Thu Sep 08 16:39:45 2016 +0200 @@ -0,0 +1,50 @@ + + + + UAP Common Extensions + + + + +
+ UAP Common Extensions + UAP Core +
+ + + + + + + +
+

Examples

+
+ + + + diff -r a1a068c2c4ef -r 669136d4e3af docs/web/index.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/web/index.html Thu Sep 08 16:39:45 2016 +0200 @@ -0,0 +1,50 @@ + + + + UAP Common Extensions + + + + +
+ UAP Common Extensions + UAP Core +
+ + + + + + + +
+

UAP Common Extensions

+
+ + + + diff -r a1a068c2c4ef -r 669136d4e3af docs/web/install.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/web/install.html Thu Sep 08 16:39:45 2016 +0200 @@ -0,0 +1,50 @@ + + + + UAP Common Extensions + + + + +
+ UAP Common Extensions + UAP Core +
+ + + + + + + +
+

Install UCX

+
+ + + + diff -r a1a068c2c4ef -r 669136d4e3af docs/web/integration.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/web/integration.html Thu Sep 08 16:39:45 2016 +0200 @@ -0,0 +1,50 @@ + + + + UAP Common Extensions + + + + +
+ UAP Common Extensions + UAP Core +
+ + + + + + + +
+

Integrate UCX Into Your Projects

+
+ + + + diff -r a1a068c2c4ef -r 669136d4e3af docs/web/license.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/web/license.html Thu Sep 08 16:39:45 2016 +0200 @@ -0,0 +1,85 @@ + + + + UAP Common Extensions + + + + +
+ UAP Common Extensions + UAP Core +
+ + + + + + + +
+

License

+

Copyright 2016 Olaf Wintermann. All rights reserved.

+ +

+ Redistribution and use in source and binary forms, with or + without modification, are permitted provided that the following + conditions are met: +

+
    +
  1. + Redistributions of source code must retain the above + copyright notice, this list of conditions and the following + disclaimer. +
  2. +
  3. + Redistributions in binary form must reproduce the above + copyright notice, this list of conditions and the following + disclaimer in the documentation and/or other materials provided + with the distribution. +
  4. +
+

+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND + CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, + INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; + LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN + CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR + OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, + EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +

+
+ + + + diff -r a1a068c2c4ef -r 669136d4e3af docs/web/modules.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/web/modules.html Thu Sep 08 16:39:45 2016 +0200 @@ -0,0 +1,50 @@ + + + + UAP Common Extensions + + + + +
+ UAP Common Extensions + UAP Core +
+ + + + + + + +
+

Modules

+
+ + + + diff -r a1a068c2c4ef -r 669136d4e3af docs/web/uaplogo.png Binary file docs/web/uaplogo.png has changed diff -r a1a068c2c4ef -r 669136d4e3af docs/web/ucx.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/web/ucx.css Thu Sep 08 16:39:45 2016 +0200 @@ -0,0 +1,79 @@ +.header, h1, h2, h3, .sidebar { + font-family: sans-serif; +} + +div.header { + padding-top: 0.3em; + padding-bottom: 0.5em; + margin-bottom: 2em; + border: none; + border-bottom: 1px solid; + border-bottom-color: #2E2E2E; +} + +div.header span { + font-size: 2em; + font-weight: bold; + margin-left: 1em; +} + +div.header img { + float: right; +} + +div.sidebar { + float: left; + width: 15em; +} + +div.nav { + color: black; + background-color: #E9EBEC; + margin-bottom: 1em; + padding-bottom: 0.1em; +} + +div.nav h3 { + color: white; + background-color: #5B6F7A; + font-size: 1.2em; + padding-top: 0.2em; + padding-bottom: 0.2em; + padding-left: 0.5em; + margin-top: 0; +} + +div.nav ul { + margin-top: 0; + padding-top: 0; + font-size: 0.95em; +} + +div.content { + margin-left: 16em; + padding: 0; + font-family: serif; + font-size: 1em; + min-width: 16em; +} + +div.content h1 { + color: white; + background-color: #5B6F7A; + font-size: 1.2em; + padding-top: 0.2em; + padding-bottom: 0.2em; + padding-left: 0.5em; + padding-right: 0; + margin-top: 0; +} + +div.content h2 { + font-size: 1.2em; +} + +div.content h3 { + font-size: 1.05em; +} + +