From d08e41f9133958e666b52d8f8e83a41602cfae66 Mon Sep 17 00:00:00 2001 From: Bjarne von Horn Date: Wed, 6 Sep 2023 10:19:49 +0200 Subject: [PATCH] Add page ref to device drivers page. It's now always in doxygen-output/html/devicedrivers.html --- devices/device_drivers_template.md | 2 +- master/doxygen.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/devices/device_drivers_template.md b/devices/device_drivers_template.md index c6c3cbb5..9ada925a 100644 --- a/devices/device_drivers_template.md +++ b/devices/device_drivers_template.md @@ -1,4 +1,4 @@ -Device Drivers +Device Drivers {#devicedrivers} ============== This table contains a list of all available native drivers, diff --git a/master/doxygen.c b/master/doxygen.c index 4d2abb5b..898bdc2c 100644 --- a/master/doxygen.c +++ b/master/doxygen.c @@ -43,6 +43,9 @@ The API documentations are in the modules section. + A list of all native network card drivers can be found + here. + For information how to build and install, see the INSTALL file in the source root.