diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-09-29 08:33:33 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-09-29 08:33:33 +0200 |
commit | 48f3f1b24b48066cfc23342a5c6470ddf5e0fa6a (patch) | |
tree | 60fdc3dc5d238257bc85ea560cc63a697118ace3 /doc | |
parent | ffbe056dc554b3f1fdf79b4726415a70f6d59dc1 (diff) | |
parent | e359fe101e1a66277b340563c96e868451d9d4b5 (diff) |
Merge branch 'debian/sid' into debian/experimental
Conflicts:
apt-pkg/acquire-item.cc
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Doxyfile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 98eecdbd2..ab3fc0a7c 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -152,7 +152,7 @@ FULL_PATH_NAMES = YES # will be relative from the directory where doxygen is started. # This tag requires that the tag FULL_PATH_NAMES is set to YES. -STRIP_FROM_PATH = +STRIP_FROM_PATH = @top_srcdir@ # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the # path mentioned in the documentation of a class, which tells the reader which @@ -161,7 +161,7 @@ STRIP_FROM_PATH = # specify the list of include paths that are normally passed to the compiler # using the -I flag. -STRIP_FROM_INC_PATH = +STRIP_FROM_INC_PATH = @top_srcdir@ # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but # less readable) file names. This can be useful is your file systems doesn't |