From: Peter Hutterer Date: Mon, 3 Jun 2019 07:40:06 +0000 (+1000) Subject: doc: drop the custom stylesheet X-Git-Tag: libevdev-1.7.0~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d834a1f2b74a1c6df2251ad82951f886938e361e;p=platform%2Fupstream%2Flibevdev.git 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 --- diff --git a/doc/Makefile.am b/doc/Makefile.am index ea94a1d..c1a06aa 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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: diff --git a/doc/libevdev.css b/doc/libevdev.css deleted file mode 100644 index 851b154..0000000 --- a/doc/libevdev.css +++ /dev/null @@ -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; -} diff --git a/doc/libevdev.doxygen.in b/doc/libevdev.doxygen.in index bb3774f..562c0e0 100644 --- a/doc/libevdev.doxygen.in +++ b/doc/libevdev.doxygen.in @@ -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