We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1471ef6 commit 439b7c0Copy full SHA for 439b7c0
lib/pbio/doc/doxygen.conf
@@ -790,10 +790,23 @@ WARN_LOGFILE =
790
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
791
# Note: If this tag is empty the current directory is searched.
792
793
-INPUT = ../include/pbdrv \
+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 \
808
../include/pbio \
809
../include/pbsys \
- ../drv \
810
../src \
811
../sys \
812
0 commit comments