Skip to content

Commit 5baa8e2

Browse files
committed
fix doxygen
1 parent 6e06ec8 commit 5baa8e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Core/include/Acts/Detector/DetectorVolume.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ class DetectorVolume : public std::enable_shared_from_this<DetectorVolume> {
137137

138138
// === Factory Methods ===
139139

140-
/// @fn static std::shared_ptr<DetectorVolume> makeShared(const GeometryContext& gctx, std::string name, const Transform3& transform, std::shared_ptr<VolumeBounds> bounds, std::vector<std::shared_ptr<Surface>> surfaces, std::vector<std::shared_ptr<DetectorVolume>> volumes, ExternalNavigationDelegate externalNavigation, InternalNavigationDelegate internalNavigation)
141140
/// @brief Protected factory method for producing memory managed instances of DetectorVolume.
142141
///
143142
/// This overload creates a detector volume with full navigation capabilities,
@@ -149,7 +148,7 @@ class DetectorVolume : public std::enable_shared_from_this<DetectorVolume> {
149148
/// @param name The name of the detector volume
150149
/// @param transform The transform3 object of the volume
151150
/// @param bounds Shared pointer to the volume bounds
152-
/// @param surfaces Vector of shared pointers to surfaces
151+
/// @param surfaces Vector of surface handles to surfaces
153152
/// @param volumes Vector of shared pointers to sub-volumes
154153
/// @param externalNavigation The external navigation delegate
155154
/// @param internalNavigation The internal navigation delegate

0 commit comments

Comments
 (0)