diff options
| author | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-17 11:54:55 +0100 |
|---|---|---|
| committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-02-17 11:54:55 +0100 |
| commit | a3daf79d6f516ef42c879d3ad6be8c6194ec605b (patch) | |
| tree | 12ace7d4706ca0b9d4e83c644e807438f5ca0710 | |
| parent | 9177e4b7f80e7acadda7f86c7263c20906a4ae48 (diff) | |
| download | vdr-a3daf79d6f516ef42c879d3ad6be8c6194ec605b.tar.gz vdr-a3daf79d6f516ef42c879d3ad6be8c6194ec605b.tar.bz2 | |
Turned off following symlinks in the Doxyfile
| -rw-r--r-- | Doxyfile | 2 | ||||
| -rw-r--r-- | HISTORY | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -693,7 +693,7 @@ EXCLUDE = # directories that are symbolic links (a Unix file system feature) are excluded # from the input. -EXCLUDE_SYMLINKS = NO +EXCLUDE_SYMLINKS = YES # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude @@ -7640,3 +7640,4 @@ Video Disk Recorder Revision History - Using 'cat' instead of 'cp' to copy the Doxyfile to avoid problems in case Doxyfile is write protected. - Updated the Doxyfile with a newer version of Doxygen. +- Turned off following symlinks in the Doxyfile. |
