doc: drop the custom stylesheet

Revert back to the normal doxygen looks, even though they're pretty awful. But
at least they're consistent, the custom stylesheets had all sorts of weird
corner cases that didnt' render correctly and I don't have enough CSS
knowledge to fix this correctly.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2019-06-03 17:40:06 +10:00
parent 7ea9b09433
commit d834a1f2b7
3 changed files with 1 additions and 229 deletions

View file

@ -8,7 +8,7 @@ header_files = \
$(top_srcdir)/libevdev/libevdev.h \
$(top_srcdir)/libevdev/libevdev-uinput.h
html/index.html: libevdev.doxygen libevdev.css $(header_files)
html/index.html: libevdev.doxygen $(header_files)
$(AM_V_GEN)$(DOXYGEN) $<
clean-local:

View file

@ -1,227 +0,0 @@
h1 {
font-size: 150%;
color: #354C7B;
border-bottom: 1px solid #879ECB;
font-weight: normal;
padding-bottom: 4px;
padding-bottom: 8px;
}
#titlearea {
width: 30%;
margin-left: auto;
margin-right: auto;
padding: 0px 10px 15px 10px;
border: none;
border-bottom: 1px solid #879ECB;
}
#projectname {
text-align: center;
font-weight: bold;
font-size: 300%;
margin-top: 5px;
padding: 2px 0 0 0;
margin-left: auto;
margin-right: auto;
color: #354C7B;
}
#projectnumber {
font-size: 100%;
color: #354C7B;
}
#projectbrief {
text-align: center;
margin-left: 20px;
margin-top: 5px;
padding: 2px 0 0 0;
margin-left: auto;
margin-right: auto;
color: #354C7B;
}
#MSearchBox {
display: none;
}
#titlearea table {
margin-left: auto;
margin-right: auto;
}
#navrow1, #navrow2, #navrow3, #navrow4, #navpath {
width: 600px;
width: -moz-max-content;
margin-left: auto;
margin-right: auto;
}
/* in file list, appears under the nav bars */
.navpath ul, .navpath li {
width: 600px;
width: -moz-max-content;
margin-left: auto;
margin-right: auto;
background-image: none;
border: none;
border-bottom: 1px solid;
}
.navpath li.navelem a {
text-shadow: none;
outline: none;
}
.tabs, .tabs2, .tabs3 {
background-image: none;
}
/* main page/modules/files tabs */
.tablist li {
background-image: none;
}
/* main page/modules/files link text */
.tablist a {
background-image: none;
background-repeat: none;
}
/* main page/modules/files link text when hovering */
.tablist a:hover {
background-image: none;
background-repeat: none;
text-shadow: none;
color: black;
}
/* main page/modules/files currently selected */
.tablist li.current a {
background-image: none;
text-shadow: none;
color: black;
border-bottom: 1px solid;
}
.navpath {
background-image: none;
}
/* libevdev documentation/modules/file list ... superfluous header */
div.header {
display: none;
width: -moz-max-content;
margin-left: auto;
margin-right: auto;
background-image: none;
background-color: inherit;
font-size: 300%;
}
/* general text blocks */
.textblock {
width: 600px;
margin-left: auto;
margin-right: auto;
}
/* code fragments should expand to what's needed */
.fragment {
width: -moz-max-content;
}
/* list of modules container */
div .directory{
margin-left: auto;
margin-right: auto;
width: 600px;
border: none;
}
.directory td.entry {
width: 40%;
white-space: normal;
padding-left: 5px;
}
.directory td.desc {
width: 60%;
}
.directory td.entry img {
display: none;
}
h2.groupheader {
width: -moz-max-content;
}
/* table for list of functions */
table.memberdecls {
width: -moz-max-content;
}
div.memitem {
width: -moz-max-content;
border-bottom: 1px solid;
}
/* function prototype */
div.memproto {
background-image: none;
width: 600px;
border: none;
box-shadow: none;
}
/* function documentation */
div.memdoc {
background-image: none;
width: -moz-max-content;
box-shadow: none;
border: none;
}
div.contents {
margin-left: auto;
margin-right: auto;
width: 600px;
width: -moz-max-content;
}
p {
width: 580px;
}
dl.return {
width: 480px;
}
code {
background-color: #F9FAFC;
}
.footer {
width: 600px;
margin-left: auto;
margin-right: auto;
}
img.footer {
width: auto;
}
/* note, see also, returns */
dl.section {
width: 560px;
}
table.params {
width: 560px;
}

View file

@ -11,7 +11,6 @@ INPUT = @top_srcdir@/libevdev/libevdev.h \
@top_srcdir@/libevdev/libevdev-uinput.h
EXAMPLE_PATH = @top_srcdir@/include
GENERATE_HTML = YES
HTML_EXTRA_STYLESHEET = @srcdir@/libevdev.css
GENERATE_LATEX = NO
MACRO_EXPANSION = YES
EXPAND_ONLY_PREDEF = YES