Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
Tor
Commits
fa860b6b
Commit
fa860b6b
authored
5 years ago
by
Nick Mathewson
Browse files
Options
Downloads
Patches
Plain Diff
Revert "doxygen: Use @SRCDIR@ instead of @top_srcdir@."
This reverts commit
4c2c9890
.
parent
4c2c9890
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Doxyfile.in
+5
-5
5 additions, 5 deletions
Doxyfile.in
configure.ac
+0
-1
0 additions, 1 deletion
configure.ac
with
5 additions
and
6 deletions
Doxyfile.in
+
5
−
5
View file @
fa860b6b
...
...
@@ -256,7 +256,7 @@ TAB_SIZE = 8
ALIASES =
ALIASES += refdir{1}="\ref @
SRCDIR
@/src/\1 \"\1\""
ALIASES += refdir{1}="\ref @
top_srcdir
@/src/\1 \"\1\""
# This tag can be used to specify a number of word-keyword mappings (TCL only).
# A mapping has the form "name=value". For example adding "class=itcl::class"
...
...
@@ -818,7 +818,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
INPUT = @
SRCDIR
@/src/
INPUT = @
top_srcdir
@/src/
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
...
...
@@ -860,9 +860,9 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
EXCLUDE = @
SRCDIR
@/src/ext \
@
SRCDIR
@/src/trunnel \
@
SRCDIR
@/src/test
EXCLUDE = @
top_srcdir
@/src/ext \
@
top_srcdir
@/src/trunnel \
@
top_srcdir
@/src/test
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
...
...
This diff is collapsed.
Click to expand it.
configure.ac
+
0
−
1
View file @
fa860b6b
...
...
@@ -2129,7 +2129,6 @@ if test "x$SRCDIR" = "x"; then
SRCDIR=$(cd "$srcdir"; pwd)
fi
AH_TEMPLATE([SRCDIR],[tor's sourcedir directory])
AC_SUBST(SRCDIR)
AC_DEFINE_UNQUOTED(SRCDIR,"$SRCDIR")
if test "x$CONFDIR" = "x"; then
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment