diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-11-05 13:04:51 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-11-05 13:50:01 -0500 |
commit | d7872b775d77fb40a88695b5bea11f751262ad1f (patch) | |
tree | c6232d2ea099b3fa12f540efc758be246000dbdc /doc/include.am | |
parent | bd6bd7d28eb2718b6c2bfd9fa60d1a855d177f5d (diff) | |
download | tor-d7872b775d77fb40a88695b5bea11f751262ad1f.tar.gz tor-d7872b775d77fb40a88695b5bea11f751262ad1f.zip |
Doxygen: provide a style sheet
This sheet tries to make links to the source code browser less obtrusive.
Diffstat (limited to 'doc/include.am')
-rw-r--r-- | doc/include.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/include.am b/doc/include.am index a9d3fa1c98..8651f845eb 100644 --- a/doc/include.am +++ b/doc/include.am @@ -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 \ |