Doxygen: provide a style sheet

This sheet tries to make links to the source code browser less obtrusive.
This commit is contained in:
Nick Mathewson 2019-11-05 13:04:51 -05:00
parent bd6bd7d28e
commit d7872b775d
3 changed files with 12 additions and 1 deletions

View File

@ -1162,7 +1162,7 @@ HTML_STYLESHEET =
# list). For an example see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.
HTML_EXTRA_STYLESHEET =
HTML_EXTRA_STYLESHEET = doc/tor-doxygen.css
# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
# other source files which should be copied to the HTML output directory. Note

View File

@ -47,6 +47,7 @@ EXTRA_DIST+= doc/asciidoc-helper.sh \
$(html_in) $(man_in) $(txt_in) \
doc/state-contents.txt \
doc/torrc_format.txt \
doc/tor-doxygen.css \
doc/TUNING \
doc/HACKING/README.1st.md \
doc/HACKING/CodingStandards.md \

10
doc/tor-doxygen.css Normal file
View File

@ -0,0 +1,10 @@
p.definition {
font-size: small;
padding-left: 1.5em;
}
p.reference {
font-size: small;
padding-left: 1.5em;
}