diff options
author | Sylvain Munaut <tnt@246tNt.com> | 2016-04-24 15:05:45 +0200 |
---|---|---|
committer | Holger Hans Peter Freyther <holger@moiji-mobile.com> | 2016-04-24 19:48:05 +0200 |
commit | 610ef99e6d66cd36fbee712c744c4cc71f08844f (patch) | |
tree | d6192fb963b087c7f3bd82edf77d5f40ab172bde | |
parent | c7c582a95f8a68e9516bb60132b384c4087d55b3 (diff) |
Doxygen: enable tagfile generation and usage for cross-project references
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r-- | Doxyfile.codec.in | 4 | ||||
-rw-r--r-- | Doxyfile.core.in | 2 | ||||
-rw-r--r-- | Doxyfile.gsm.in | 4 | ||||
-rw-r--r-- | Doxyfile.vty.in | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/Doxyfile.codec.in b/Doxyfile.codec.in index 00ab43a1..84353791 100644 --- a/Doxyfile.codec.in +++ b/Doxyfile.codec.in @@ -1485,12 +1485,12 @@ SKIP_FUNCTION_MACROS = YES # 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. -TAGFILES = +TAGFILES = doc/libosmocore.tag=../../core/html # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. -GENERATE_TAGFILE = +GENERATE_TAGFILE = doc/libosmocodec.tag # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes diff --git a/Doxyfile.core.in b/Doxyfile.core.in index 045402fe..58d35bed 100644 --- a/Doxyfile.core.in +++ b/Doxyfile.core.in @@ -1490,7 +1490,7 @@ TAGFILES = # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. -GENERATE_TAGFILE = +GENERATE_TAGFILE = doc/libosmocore.tag # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes diff --git a/Doxyfile.gsm.in b/Doxyfile.gsm.in index 76c8f81d..ed4ff47d 100644 --- a/Doxyfile.gsm.in +++ b/Doxyfile.gsm.in @@ -1485,12 +1485,12 @@ SKIP_FUNCTION_MACROS = YES # 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. -TAGFILES = +TAGFILES = doc/libosmocore.tag=../../core/html # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. -GENERATE_TAGFILE = +GENERATE_TAGFILE = doc/libosmogsm.tag # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes diff --git a/Doxyfile.vty.in b/Doxyfile.vty.in index 2763823d..073ee0cc 100644 --- a/Doxyfile.vty.in +++ b/Doxyfile.vty.in @@ -1485,12 +1485,12 @@ SKIP_FUNCTION_MACROS = YES # 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. -TAGFILES = +TAGFILES = doc/libosmocore.tag=../../core/html # When a file name is specified after GENERATE_TAGFILE, doxygen will create # a tag file that is based on the input files it reads. -GENERATE_TAGFILE = +GENERATE_TAGFILE = doc/libosmovty.tag # If the ALLEXTERNALS tag is set to YES all external classes will be listed # in the class index. If set to NO only the inherited external classes |