This patch adds a new "Development" section into the FAQ. Signed-off-by: Claudio Scordino <[email protected]> --- FAQ.md | 10 ++++++++++ 1 file changed, 10 insertions(+)
diff --git a/FAQ.md b/FAQ.md index 5d2cc05..0cf5a18 100644 --- a/FAQ.md +++ b/FAQ.md @@ -63,3 +63,13 @@ hypervisor/include/jailhouse/config.h before compiling. Please note Jailhouse developers may ask you for these logs, shall you come for help to jailhouse-dev mailing list, because they are extremely useful to analyze machine hangs. So please have the logs at hand, if possible. + +Development +----------- + +**Q: How do I create automatic documentation of Jailhouse ?** + +Run ```make docs``` to create automatic documentation (it needs Doxygen +installed). The documentation will be generated inside the +```Documentation/generated/``` directory. + -- 2.7.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
