aboutsummaryrefslogtreecommitdiffstats
path: root/doxygen
diff options
context:
space:
mode:
authorChris Luke <chrisy@flirble.org>2016-09-20 21:39:05 -0400
committerChris Luke <chrisy@flirble.org>2016-09-20 22:18:07 -0400
commit019886e7e6a8fe3dcb556958db81ed5ed51ff04a (patch)
treec7c121da70ccf1b9ec6fa733293aefa347787993 /doxygen
parentdd8e9a5dc51e3d1a22fcbbe8fb81f12642b6d5a5 (diff)
Temporary fix for CLI doc macro expansion; VPP-417
One CLI initializer has been modified temporarily to avoid macro expansion that the siphon CLI documentation parser doesn't understand. Removed macros: ila_type_list, ila_csum_list and ila_direction_list. Also make docs use the official version without the offset-from-tag count we would other wise get in this stable release. Change-Id: I52e1fa215f540583f0610200ec28349e67f56a32 Signed-off-by: Chris Luke <chrisy@flirble.org>
Diffstat (limited to 'doxygen')
-rw-r--r--doxygen/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/Makefile b/doxygen/Makefile
index 41befe4b419..0a27dcaa989 100644
--- a/doxygen/Makefile
+++ b/doxygen/Makefile
@@ -152,7 +152,7 @@ doxygen: $(SIPHON_DOCS)
INPUT="$(addprefix $(WS_ROOT)/,$(DOXY_INPUT)) $(EXTRA_DOXY_INPUT)" \
INCLUDE_PATH="$(DOXY_INCLUDE_PATH)" \
HTML=YES \
- VERSION="`git describe --tags --dirty`" \
+ VERSION="v`./build-root/scripts/version rpm-version`" \
doxygen $(DOXY_DIR)/doxygen.cfg
wipe-doxygen: