Skip to content

Commit 25e8f1c

Browse files
committed
doxygen update (thx David Menting)
1 parent ade73c8 commit 25e8f1c

File tree

4 files changed

+77
-7
lines changed

4 files changed

+77
-7
lines changed

Doxyfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ PROJECT_BRIEF = "An easy interface to the port headers, the RF12 driver
4545
# exceed 55 pixels and the maximum width should not exceed 200 pixels.
4646
# Doxygen will copy the logo to the output directory.
4747

48-
PROJECT_LOGO =
48+
PROJECT_LOGO = Doxylogo.png
4949

5050
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
5151
# base path where the generated documentation will be put.

Doxylogo.png

6.47 KB
Loading

Doxymods.css

+72-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,73 @@
1-
/* Custom CSS to override doxygen.css */
1+
/* Get rid of all those overriden font families */
2+
body, table, div, p, dl,
3+
#projectname,
4+
#projectbrief,
5+
#nav-tree .label {
6+
font: 15px/21px Georgia,serif
7+
}
28

3-
/* ... */
9+
#projectname {
10+
color: #990000;
11+
font-weight: bold;
12+
font-size: 24px;
13+
}
14+
15+
#titlearea table {
16+
padding: 20px;
17+
}
18+
19+
dl.reflist dt, div.memproto {
20+
border: 1px solid #A8B8D9;
21+
}
22+
23+
dl.reflist dd, div.memdoc {
24+
border-width: 0;
25+
}
26+
27+
div.contents {
28+
margin-left: 20px; margin-right: 16px;
29+
width: 700 px;
30+
}
31+
32+
/* Get rid of the gradient backgrounds and background colors */
33+
div.header,
34+
#nav-tree,
35+
.navpath ul,
36+
.memproto, dl.reflist dt {
37+
background: none;
38+
}
39+
#nav-tree .selected {
40+
background: none;
41+
background-color: #990000;
42+
text-shadow: none;
43+
}
44+
45+
a, a:link, a:visited {
46+
color: #2A5685;
47+
text-decoration: underline;
48+
}
49+
a:active, a:hover {
50+
color: #CC0000;
51+
}
52+
53+
.directory tr.even,
54+
pre.fragment,
55+
.mdescLeft, .mdescRight, .memItemLeft, .memItemRight, .memTemplItemLeft, .memTemplItemRight, .memTemplParams,
56+
.memproto, dl.reflist dt {
57+
background-color: #EEE;
58+
box-shadow: none;
59+
border-radius: 0;
60+
}
61+
.memdoc, dl.reflist dd {
62+
background: none;
63+
box-shadow: none;
64+
border-radius: 0;
65+
}
66+
pre.fragment {
67+
background-color: #FAFAFA;
68+
border: 1px solid #DADADA;
69+
margin: 1em 1em 1em 1.6em;
70+
overflow-x: auto;
71+
overflow-y: hidden;
72+
width: auto;
73+
}

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
JeeLib {#index}
2-
======
1+
About {#index}
2+
=====
33

4-
JeeLib is an Arduino [IDE][1] library for the "ports" on [JeeNodes][2], the
4+
**JeeLib** is an Arduino [IDE][1] library for the "ports" on [JeeNodes][2], the
55
RF12.h wireless driver library, timers, low-power code, and several interface
66
classes. With examples for many sensor & interface boards made by [JeeLabs][3].
77

@@ -26,4 +26,4 @@ For questions and reporting bugs, check out the JeeLabs [forums][9].
2626
[6]: https://github.com/jcw/jeelib
2727
[7]: http://www.stack.nl/~dimitri/doxygen/
2828
[8]: http://jeelabs.net/pub/docs/jeelib/
29-
[9]: http://forum.jeelabs.net/forum
29+
[9]: http://forum.jeelabs.net/forum

0 commit comments

Comments
 (0)