xo-unit: cosmetic doc tweaks

This commit is contained in:
Roland Conybeare 2024-04-17 20:55:19 -04:00
commit c9b81d217f
3 changed files with 12 additions and 4 deletions

View file

@ -41,7 +41,7 @@ add_subdirectory(utest)
add_subdirectory(docs)
# ----------------------------------------------------------------
# provide find_package() support for reactor customers
# provide find_package() support for projects using this library
set(SELF_LIB xo_unit)
xo_add_headeronly_library(${SELF_LIB})

View file

@ -32,6 +32,12 @@ The simplest way to create a quantity instance is to use either
* factory functions in ``xo::unit::qty``, see :doc:`quantity-factoryfunctions`
* unit variables in ``xo::unit::units``, see :doc:`quantity-unitvars`
Assignment
----------
.. doxygengroup:: quantity-assignment
:content-only:
Access Methods
--------------
@ -63,8 +69,10 @@ Support methods for arithmetic operations
.. doxygengroup:: quantity-arithmeticsupport
:content-only:
Assignment
Comparison
----------
.. doxygengroup:: quantity-assignment
Support methods for comparison operators
.. doxygengroup:: quantity-comparisonsupport
:content-only:

View file

@ -1,4 +1,4 @@
# build unittest observable/utest
# xo-unit/utest/CMakeLists.txt
set(SELF_EXECUTABLE_NAME utest.unit)
set(SELF_SOURCE_FILES