mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-12 22:23:49 +01:00
Merge branch 'tor-github/pr/1504'
This commit is contained in:
commit
8344776224
@ -985,7 +985,7 @@ USE_MDFILE_AS_MAINPAGE =
|
|||||||
# also VERBATIM_HEADERS is set to NO.
|
# also VERBATIM_HEADERS is set to NO.
|
||||||
# The default value is: 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,
|
# Setting the INLINE_SOURCES tag to YES will include the body of functions,
|
||||||
# classes and enums directly into the documentation.
|
# classes and enums directly into the documentation.
|
||||||
@ -998,13 +998,13 @@ INLINE_SOURCES = NO
|
|||||||
# Fortran comments will always remain visible.
|
# Fortran comments will always remain visible.
|
||||||
# The default value is: YES.
|
# 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
|
# If the REFERENCED_BY_RELATION tag is set to YES then for each documented
|
||||||
# entity all documented functions referencing it will be listed.
|
# entity all documented functions referencing it will be listed.
|
||||||
# The default value is: NO.
|
# 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
|
# 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.
|
# all documented entities called/used by that function will be listed.
|
||||||
@ -1163,7 +1163,7 @@ HTML_STYLESHEET =
|
|||||||
# list). For an example see the documentation.
|
# list). For an example see the documentation.
|
||||||
# This tag requires that the tag GENERATE_HTML is set to YES.
|
# 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
|
# 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
|
# 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) \
|
$(html_in) $(man_in) $(txt_in) \
|
||||||
doc/state-contents.txt \
|
doc/state-contents.txt \
|
||||||
doc/torrc_format.txt \
|
doc/torrc_format.txt \
|
||||||
|
doc/tor-doxygen.css \
|
||||||
doc/TUNING \
|
doc/TUNING \
|
||||||
doc/HACKING/README.1st.md \
|
doc/HACKING/README.1st.md \
|
||||||
doc/HACKING/CodingStandards.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