From 29b7900ec85646d7e3cf3356d234369c6084d038 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Tue, 6 Jan 2015 15:55:45 +0100 Subject: [PATCH] Add BJoystick docs to the Haiku Book. --- docs/user/Doxyfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/user/Doxyfile b/docs/user/Doxyfile index 5d78db6032..5a64a354ce 100644 --- a/docs/user/Doxyfile +++ b/docs/user/Doxyfile @@ -649,6 +649,7 @@ WARN_LOGFILE = INPUT = . \ app \ + device \ drivers \ game \ interface \ @@ -663,6 +664,7 @@ INPUT = . \ support \ translation \ ../../headers/os/app \ + ../../headers/os/device/Joystick.h \ ../../headers/os/drivers/fs_interface.h \ ../../headers/os/drivers/USB3.h \ ../../headers/os/drivers/USB_spec.h \