diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-11-05 12:52:28 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-11-05 12:52:28 -0500 |
commit | bd6bd7d28eb2718b6c2bfd9fa60d1a855d177f5d (patch) | |
tree | 9d146b3b642491706f52c816313468e8f05cc7cb /Doxyfile.in | |
parent | 884056ae57fb1dd80b39c9e503306c02732a551d (diff) | |
download | tor-bd6bd7d28eb2718b6c2bfd9fa60d1a855d177f5d.tar.gz tor-bd6bd7d28eb2718b6c2bfd9fa60d1a855d177f5d.zip |
Doxygen: enable source code browser
Diffstat (limited to 'Doxyfile.in')
-rw-r--r-- | Doxyfile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doxyfile.in b/Doxyfile.in index be500bbfa8..4569df5450 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -984,7 +984,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. @@ -997,13 +997,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. |