diff options
Diffstat (limited to 'doc/config.doc')
-rw-r--r-- | doc/config.doc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/config.doc b/doc/config.doc index 684710f..653d9a9 100644 --- a/doc/config.doc +++ b/doc/config.doc @@ -2,7 +2,7 @@ * * * - * Copyright (C) 1997-2000 by Dimitri van Heesch. + * Copyright (C) 1997-2001 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its * documentation under the terms of the GNU General Public License is hereby @@ -1002,9 +1002,10 @@ TAGFILES = file1=loc1 "file2 = loc2" ... </pre> have to be run to correct the links. \par Note: - Each tag file most have a unique name and if a tag file is not located - in the directory in which doxygen is run, you must also specify the - path to the tagfile here. + Each tag file must have a unique name + (where the name does \e not include the path) + If a tag file is not located in the directory in which doxygen + is run, you must also specify the path to the tagfile here. \anchor cfg_generate_tagfile <dt>\c GENERATE_TAGFILE <dd> |