summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authordavemds <dave@gurumeditation.it>2014-08-08 18:10:52 +0200
committerdavemds <dave@gurumeditation.it>2014-08-08 18:10:52 +0200
commit4b52eaa37af7d3585a5b3870e90d28117d613543 (patch)
tree2d652aa5beb85739bec9026c2995f2702d55957c /doc
parent0fd59a8aec3ba48b1ef964c69ca6700c9305c218 (diff)
downloadelementary-4b52eaa37af7d3585a5b3870e90d28117d613543.tar.gz
doc: sync changes made in efl
* show footer with usefull info * nested lists are more compact * avoid packed effect on bullet lists * @since colored and on a single line
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile.in2
-rw-r--r--doc/e.css33
-rw-r--r--doc/foot.html7
3 files changed, 38 insertions, 4 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 7ebf827c9..72133cd68 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -1,5 +1,5 @@
PROJECT_NAME = Elementary
-PROJECT_NUMBER =
+PROJECT_NUMBER = @PACKAGE_VERSION@
OUTPUT_DIRECTORY = .
INPUT = @srcdir@/examples.dox @top_srcdir@/src/lib @srcdir@/index.doxy @top_srcdir@/src/bin/elm_prefs_cc_handlers.c
IMAGE_PATH = @srcdir@/img
diff --git a/doc/e.css b/doc/e.css
index e49a26741..4d4feddb9 100644
--- a/doc/e.css
+++ b/doc/e.css
@@ -25,6 +25,10 @@ dt {
font-weight: bold;
}
+ul {
+ padding-left: 30px;
+}
+
div.multicol {
-moz-column-gap: 1em;
-webkit-column-gap: 1em;
@@ -154,6 +158,11 @@ dl.el {
line-height: 0%;
}
+/* To avoid packed effect on bullet lists */
+li .line:first-child {
+ margin-top: 10px;
+}
+
pre.fragment {
border: 1px solid #cccccc;
background-color: #eeeeee;
@@ -707,12 +716,26 @@ div.ingroups a {
color: #ffffff;
}
-div.header {
+div.header, div.footer {
margin-left: auto;
margin-right: auto;
width: 980px;
}
+div.footer {
+ font-size: 10px;
+ text-align: center;
+}
+
+div.footer span.copyright {
+ padding-right: 50px;
+ padding-left: 50px;
+}
+
+div.footer a {
+ color: black;
+}
+
div.headertitle {
background-color: #606060;
padding: 5px 0px 5px 0px;
@@ -774,7 +797,7 @@ dl {
padding: 0 0 0 10px;
}
-dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug {
+dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug, dl.since {
border-left: 4px solid;
padding: 0 0 0 6px;
}
@@ -791,10 +814,14 @@ dl.pre, dl.post, dl.invariant {
border-color: #00D000;
}
-dl.deprecated {
+dl.deprecated, dl.since {
border-color: #505050;
}
+dl.since dt {
+ height: 0;
+}
+
dl.todo {
border-color: #00C0E0;
}
diff --git a/doc/foot.html b/doc/foot.html
index 308b1d01b..9c29ee47b 100644
--- a/doc/foot.html
+++ b/doc/foot.html
@@ -1,2 +1,9 @@
+<div class="footer">
+ <p>
+ <span class="version">$projectname $projectnumber</span>
+ <span class="copyright">Copyright &copy;2000-$year <a href="http://www.enlightenment.org">enlightenment.org</a></span>
+ <span class="generated">Generated @ $datetime</span>
+ </p>
+</div>
</body>
</html>