diff options
author | David Robillard <d@drobilla.net> | 2007-11-05 00:49:05 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-11-05 00:49:05 +0000 |
commit | 5af5a0ee1b543f720f16d869e4584f5577b8ca49 (patch) | |
tree | bb76f5059e3c3633412c2925003a55cd6441fc25 /doc | |
parent | b78b93e23c684c6fe2fb58a11b2549c33bd3c9b6 (diff) | |
download | lilv-5af5a0ee1b543f720f16d869e4584f5577b8ca49.tar.gz lilv-5af5a0ee1b543f720f16d869e4584f5577b8ca49.tar.bz2 lilv-5af5a0ee1b543f720f16d869e4584f5577b8ca49.zip |
Fix library versioning.
Fix full paths showing up in documentation.
Closes ticket 112.
git-svn-id: http://svn.drobilla.net/lad/slv2@903 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference.doxygen.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference.doxygen.in b/doc/reference.doxygen.in index c08f4a1..34fa7ca 100644 --- a/doc/reference.doxygen.in +++ b/doc/reference.doxygen.in @@ -104,7 +104,7 @@ INLINE_INHERITED_MEMB = NO # path before files name in the file list and in the header files. If set # to NO the shortest path that makes the file name unique will be used. -FULL_PATH_NAMES = YES +FULL_PATH_NAMES = NO # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag # can be used to strip a user-defined part of the path. Stripping is |