mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-07-12 11:51:50 +02:00
added empty() to ClusterVector and fixed docs (#209)
- added ClusterVector::empty() to check if the vector is empty - Fixed generation of missing docs for ClusterVector
This commit is contained in:
@ -45,12 +45,3 @@ add_custom_target(
|
||||
COMMENT "Generating documentation with Sphinx"
|
||||
)
|
||||
|
||||
add_custom_target(
|
||||
rst
|
||||
COMMAND ${SPHINX_EXECUTABLE} -a -b html
|
||||
-Dbreathe_projects.aare=${CMAKE_CURRENT_BINARY_DIR}/xml
|
||||
-c "${SPHINX_BUILD}"
|
||||
${SPHINX_BUILD}/src
|
||||
${SPHINX_BUILD}/html
|
||||
COMMENT "Generating documentation with Sphinx"
|
||||
)
|
Reference in New Issue
Block a user