mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
build: local.mk.example: doxygen
target (#6187)
This commit is contained in:
committed by
Justin M. Keyes
parent
d290c13421
commit
792fbed5f7
@ -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
|
||||
|
Reference in New Issue
Block a user