davemds pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=4b52eaa37af7d3585a5b3870e90d28117d613543

commit 4b52eaa37af7d3585a5b3870e90d28117d613543
Author: davemds <[email protected]>
Date:   Fri Aug 8 18:10:52 2014 +0200

    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
---
 doc/Doxyfile.in |  2 +-
 doc/e.css       | 33 ++++++++++++++++++++++++++++++---
 doc/foot.html   |  7 +++++++
 3 files changed, 38 insertions(+), 4 deletions(-)

diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 7ebf827..72133cd 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 e49a267..4d4fedd 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 308b1d0..9c29ee4 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>

-- 


Reply via email to