summaryrefslogtreecommitdiff
path: root/xmake/plugins/doxygen/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/plugins/doxygen/main.lua')
-rw-r--r--xmake/plugins/doxygen/main.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake/plugins/doxygen/main.lua b/xmake/plugins/doxygen/main.lua
index 80fd77675..b84754cb2 100644
--- a/xmake/plugins/doxygen/main.lua
+++ b/xmake/plugins/doxygen/main.lua
@@ -71,6 +71,10 @@ end
function main()
+ -- @note we cannot use utils.warning() here, it's queued and only shown at the end
+ cprint("${bright color.warning}${text.warning}: ${color.warning}the builtin `xmake doxygen` plugin is deprecated, " ..
+ "please use the doxygen-plugin addon: `xmake addon --install doxygen-plugin`")
+
-- load configuration
config.load()