Skip to content

Commit 439b7c0

Browse files
committed
doc: include driver subdirectories
The file tree was reorganized but the subdirectories were never added to the docs.
1 parent 1471ef6 commit 439b7c0

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

lib/pbio/doc/doxygen.conf

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -790,10 +790,23 @@ WARN_LOGFILE =
790790
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
791791
# Note: If this tag is empty the current directory is searched.
792792

793-
INPUT = ../include/pbdrv \
793+
INPUT = \
794+
../drv \
795+
../drv/adc \
796+
../drv/battery \
797+
../drv/button \
798+
../drv/clock \
799+
../drv/counter \
800+
../drv/gpio \
801+
../drv/ioport \
802+
../drv/led \
803+
../drv/pwm \
804+
../drv/reset \
805+
../drv/uart \
806+
../drv/usb \
807+
../include/pbdrv \
794808
../include/pbio \
795809
../include/pbsys \
796-
../drv \
797810
../src \
798811
../sys \
799812

0 commit comments

Comments
 (0)