From c1473020106d36b20cde090ac417c253b0059336 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 26 Jun 2024 14:16:51 +0200 Subject: fix up documentation some more --- lib/pbdrv/index.dox | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/pbdrv/index.dox b/lib/pbdrv/index.dox index 0be5f33..03a17b5 100644 --- a/lib/pbdrv/index.dox +++ b/lib/pbdrv/index.dox @@ -30,10 +30,9 @@ target_link_libraries(main pbdrv) pbdrv-mod is a superset of \ref pbdrv, and includes functions specific to puzzle bus modules. \ref pbdrv-mod compiles to an object file instead of a -static library because it may depend on functions that rely on external -libraries. \ref pbdrv-mod is still considered standalone, but requires either -using an existing \ref pb_drv "driver", or (partially) implementing the driver -functions. +static library because it may depend on functions from external libraries. \ref +pbdrv-mod is still considered standalone, but requires either using an existing +\ref pb_drv "driver", or (partially) implementing the driver functions. Like \ref pbdrv, \ref pbdrv-mod can be used by including this folder in your CMakeLists.txt file and linking the library with your executable. Please see -- cgit v1.2.3