xo-unit: cosmetic doc tweaks
This commit is contained in:
parent
30fd9c6d16
commit
c9b81d217f
3 changed files with 12 additions and 4 deletions
|
|
@ -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})
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# build unittest observable/utest
|
||||
# xo-unit/utest/CMakeLists.txt
|
||||
|
||||
set(SELF_EXECUTABLE_NAME utest.unit)
|
||||
set(SELF_SOURCE_FILES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue