diff options
author | Chris Luke <chrisy@flirble.org> | 2016-09-21 10:10:13 -0400 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2016-09-21 16:27:23 +0000 |
commit | 60537f3d83e83d0ce10a620ca99aad4eddf85f5e (patch) | |
tree | c813b8ee063d1d0cf962fbea10ce618143101406 | |
parent | fe9473f3b5f59a2c63e3bd1c51d915d99cd49252 (diff) |
Move doxytags file to html output directory
So that downstream projects can make use of the generated
Doxygen tags file, move it into the html directory that is
transferred to Nexus.
Change-Id: I04dc4777c9ea62f429f783f66ef4e2ecb2923131
Signed-off-by: Chris Luke <chrisy@flirble.org>
-rw-r--r-- | doxygen/doxygen.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/doxygen.cfg b/doxygen/doxygen.cfg index 7b24ae8613e..8844965b175 100644 --- a/doxygen/doxygen.cfg +++ b/doxygen/doxygen.cfg @@ -2106,7 +2106,7 @@ TAGFILES = # tag file that is based on the input files it reads. See section "Linking to # external documentation" for more information about the usage of tag files. -GENERATE_TAGFILE = $(BUILD_ROOT)/docs/vpp.doxytags +GENERATE_TAGFILE = $(BUILD_ROOT)/docs/html/vpp.doxytags # If the ALLEXTERNALS tag is set to YES, all external class will be listed in # the class index. If set to NO, only the inherited external classes will be |