doc: sync changes made in efl
authordavemds <dave@gurumeditation.it>
Fri, 8 Aug 2014 16:10:52 +0000 (18:10 +0200)
committerdavemds <dave@gurumeditation.it>
Fri, 8 Aug 2014 16:10:52 +0000 (18:10 +0200)
* 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
doc/e.css
doc/foot.html

index 7ebf827..72133cd 100644 (file)
@@ -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
index e49a267..4d4fedd 100644 (file)
--- 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;
 }
index 308b1d0..9c29ee4 100644 (file)
@@ -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>