aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2019-11-11 14:47:33 +0200
committerGeorge Kadianakis <desnacked@riseup.net>2019-11-11 14:47:33 +0200
commit8344776224f83e7438167039d0bbfffe0523123c (patch)
tree6f9cfc3bed6628fa4e8582c0ba41299ecaf7f6e3
parent8af8ed72b2796dcb68a9e3fb7648a1d93b0cc68d (diff)
parentd7872b775d77fb40a88695b5bea11f751262ad1f (diff)
downloadtor-8344776224f83e7438167039d0bbfffe0523123c.tar.gz
tor-8344776224f83e7438167039d0bbfffe0523123c.zip
Merge branch 'tor-github/pr/1504'
-rw-r--r--Doxyfile.in8
-rw-r--r--doc/include.am1
-rw-r--r--doc/tor-doxygen.css10
3 files changed, 15 insertions, 4 deletions
diff --git a/Doxyfile.in b/Doxyfile.in
index a087012c71..962ea6fc93 100644
--- a/Doxyfile.in
+++ b/Doxyfile.in
@@ -985,7 +985,7 @@ USE_MDFILE_AS_MAINPAGE =
# also VERBATIM_HEADERS is set to NO.
# The default value is: NO.
-SOURCE_BROWSER = NO
+SOURCE_BROWSER = YES
# Setting the INLINE_SOURCES tag to YES will include the body of functions,
# classes and enums directly into the documentation.
@@ -998,13 +998,13 @@ INLINE_SOURCES = NO
# Fortran comments will always remain visible.
# The default value is: YES.
-STRIP_CODE_COMMENTS = YES
+STRIP_CODE_COMMENTS = NO
# If the REFERENCED_BY_RELATION tag is set to YES then for each documented
# entity all documented functions referencing it will be listed.
# The default value is: NO.
-REFERENCED_BY_RELATION = NO
+REFERENCED_BY_RELATION = YES
# If the REFERENCES_RELATION tag is set to YES then for each documented function
# all documented entities called/used by that function will be listed.
@@ -1163,7 +1163,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
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 \
diff --git a/doc/tor-doxygen.css b/doc/tor-doxygen.css
new file mode 100644
index 0000000000..97cd1886db
--- /dev/null
+++ b/doc/tor-doxygen.css
@@ -0,0 +1,10 @@
+
+p.definition {
+ font-size: small;
+ padding-left: 1.5em;
+}
+
+p.reference {
+ font-size: small;
+ padding-left: 1.5em;
+}