diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-26 14:16:51 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-26 14:16:51 +0200 |
commit | c1473020106d36b20cde090ac417c253b0059336 (patch) | |
tree | c26a922dd3aad35fb11088534c055ad79683541c /lib/pbdrv/index.dox | |
parent | ad3e4f50ab83036ab974b4f30295c873dac3c7f0 (diff) |
fix up documentation some more
Diffstat (limited to 'lib/pbdrv/index.dox')
-rw-r--r-- | lib/pbdrv/index.dox | 7 |
1 files changed, 3 insertions, 4 deletions
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 |