mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
Doxygen: provide a style sheet
This sheet tries to make links to the source code browser less obtrusive.
This commit is contained in:
parent
bd6bd7d28e
commit
d7872b775d
@ -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
|
||||
|
@ -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
10
doc/tor-doxygen.css
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
p.definition {
|
||||
font-size: small;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
|
||||
p.reference {
|
||||
font-size: small;
|
||||
padding-left: 1.5em;
|
||||
}
|
Loading…
Reference in New Issue
Block a user