From 8286ac511144e4f17d34eac9affb97e50646344a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 23 Jul 2014 15:25:44 +0200 Subject: Imported Upstream version 4.0.0 --- libbackend-elements/documentation/BUGS | 1 - libbackend-elements/documentation/TODO | 1 - libbackend-elements/documentation/default.css | 160 -------------------------- libbackend-elements/documentation/index.xhtml | 56 --------- 4 files changed, 218 deletions(-) delete mode 100644 libbackend-elements/documentation/BUGS delete mode 100644 libbackend-elements/documentation/TODO delete mode 100644 libbackend-elements/documentation/default.css delete mode 100644 libbackend-elements/documentation/index.xhtml (limited to 'libbackend-elements/documentation') diff --git a/libbackend-elements/documentation/BUGS b/libbackend-elements/documentation/BUGS deleted file mode 100644 index 102bf7d..0000000 --- a/libbackend-elements/documentation/BUGS +++ /dev/null @@ -1 +0,0 @@ -@@ Should properly depend on libboost. diff --git a/libbackend-elements/documentation/TODO b/libbackend-elements/documentation/TODO deleted file mode 100644 index 68f4d71..0000000 --- a/libbackend-elements/documentation/TODO +++ /dev/null @@ -1 +0,0 @@ -@@ examples diff --git a/libbackend-elements/documentation/default.css b/libbackend-elements/documentation/default.css deleted file mode 100644 index 7242a94..0000000 --- a/libbackend-elements/documentation/default.css +++ /dev/null @@ -1,160 +0,0 @@ -body { - font-family : sans-serif; - font-weight : normal; - - color : black; - background : white; - - max-width : 42em; - padding : 2em 2em 2em 3em; - margin : 0 auto; -} - -h1, h2, h3, h4, h5, h6 { - font-family : sans-serif; - font-weight : 500; -} - -h1 { font-size : 170%; } -h2 { font-size : 145%; } -h3 { font-size : 125%; } -h4 { font-size : 110%; } -h5 { font-size : 106%; } -h6 { font-size : 100%; } - - -p.indent { - margin-left : 1.5em; -} - - -/* table of content */ -ul.toc li { - padding : .4em 0em 0em 0em; -} - - - -/* list of links */ -ul.menu { - list-style-type : none; -} - -ul.menu li { - padding-top : 0.3em; - padding-bottom : 0.3em; -} - - - -/* @@ I should probably use child selector here */ -/* list with multiline list-elements */ -ul.multiline li { - padding-top : 0.4em; - padding-bottom : 0.4em; -} - -ol.multiline li { - padding-top : 0.4em; - padding-bottom : 0.4em; -} - -dl.multiline dd { - padding-top : 0.4em; - padding-bottom : 0.4em; -} - -/* code */ - -code { - font-size : 114%; - font-family : monospace; -} - - -/* C++ code snippet */ -pre.cxx { - - margin-top : 0em; - margin-bottom : 2em; - - margin-left : 1em; -} - - - -/* make code snippet */ -pre.make { - - margin-top : 0em; - margin-bottom : 2em; - - margin-left : 1em; -} - - - -/* terminal output */ -pre.term { - - margin-top : 0em; - margin-bottom : 2em; - - margin-left : 1em; -} - - -/* Images */ -div.center { - text-align: center; -} - -/* Navigation. */ -#navigation { - margin-top: 1em; - border-bottom: 1px dashed #000000; -} - -#content { - margin-top: 2.5em; -} - - -/* Document info. */ -#docinfo { - margin-top: 4em; - border-top: 1px dashed #000000; - font-size: 70%; -} - -/* distribution terms */ -div.terms { - font-size : 114%; - font-family : monospace; -} - - - -/* Footnote */ - -#footnote { - margin-top: 2em; -} - -#footnote hr { - margin-left: 0; - margin-bottom: 1.5em; - width: 8em; - border-top: 1px solid #000000; - border-right: none; - border-bottom: none; - border-left: none; - -} - -#footnote p { - font-size: .91em; - text-indent: -0.8em; - padding-left: 0.8em; -} - diff --git a/libbackend-elements/documentation/index.xhtml b/libbackend-elements/documentation/index.xhtml deleted file mode 100644 index 028cc40..0000000 --- a/libbackend-elements/documentation/index.xhtml +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - libbackend-elements/documentation - - - - - - - - - - - - - - -
-

libbackend-elements contains a collection of -indentation buffers for automatic source code indentation. Indentation -buffers can be attached to any std::ostream instance. C++ -and OMG IDL are supported in this version.

-
- -
-

Copyright © 2005-2010 Boris Kolpackov.

- -
-Permission is granted to copy, distribute and/or modify this document under -the terms of the GNU Free -Documentation License, version 1.2; with no Invariant Sections, no -Front-Cover Texts and no Back-Cover Texts. -
-
- - - -- cgit v1.2.3