From a777244e48227db6d3fd06cd2500cc007dacfb10 Mon Sep 17 00:00:00 2001 From: Andrea Comand Date: Tue, 26 Dec 2017 18:12:04 +0100 Subject: Build: Add a makefile target for Doxygen documentation You can now build the doxygen documentation with `make docs` and clean it with `make clean-docs`. Fixes: #11949 --- doc/developer-notes.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/developer-notes.md b/doc/developer-notes.md index 9dc63a1e4b..2ebfb59c08 100644 --- a/doc/developer-notes.md +++ b/doc/developer-notes.md @@ -132,6 +132,8 @@ Not OK (used plenty in the current source, but not picked up): A full list of comment syntaxes picked up by doxygen can be found at http://www.stack.nl/~dimitri/doxygen/manual/docblocks.html, but if possible use one of the above styles. +Documentation can be generated with `make docs` and cleaned up with `make clean-docs`. + Development tips and tricks --------------------------- -- cgit v1.2.3