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: diff --git a/plugins/ila-plugin/ila/ila.c b/plugins/ila-plugin/ila/ila.c index b8348804a41..8759fc76628 100644 --- a/plugins/ila-plugin/ila/ila.c +++ b/plugins/ila-plugin/ila/ila.c @@ -947,14 +947,23 @@ ila_entry_command_fn (vlib_main_t * vm, return NULL; } +/* *INDENT-OFF* */ +/* Note VPP-417; this 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. + */ VLIB_CLI_COMMAND (ila_entry_command, static) = { -.path = "ila entry",.short_help = "ila entry [type (" ila_type_list ")]" - " [sir-address
] [locator