From 792fbed5f70a20eab9eb4051dd44bc2a6b9f0a2d Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Mon, 27 Feb 2017 23:51:45 +0100 Subject: [PATCH] build: local.mk.example: `doxygen` target (#6187) --- contrib/local.mk.example | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/contrib/local.mk.example b/contrib/local.mk.example index a0b2d034e1..04f21131b8 100644 --- a/contrib/local.mk.example +++ b/contrib/local.mk.example @@ -62,3 +62,12 @@ # CMAKE_EXTRA_FLAGS += -DLIBVTERM_USE_STATIC=OFF # CMAKE_EXTRA_FLAGS += -DLUAJIT_USE_STATIC=OFF # CMAKE_EXTRA_FLAGS += -DMSGPACK_USE_STATIC=OFF +# +# +# .DEFAULT_GOAL := nvim +# +# Run doxygen over the source code. +# Output will be in build/doxygen +# +# doxygen: +# doxygen src/Doxyfile