Skip to content

Commit

Permalink
Make docstring more clear
Browse files Browse the repository at this point in the history
Co-authored-by: Valentin Volkl <valentin.volkl@cern.ch>
  • Loading branch information
tmadlener and vvolkl committed Oct 8, 2021
1 parent 3f825b8 commit eb2d10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/templates/macros/declarations.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
/// copy-assignment operator
{{ full_type }}& operator=({{ full_type }} other);

/// support cloning (deep-copy)
/// create a mutable deep-copy of the object with identical relations
{{ type }} clone() const;

/// destructor
Expand Down

0 comments on commit eb2d10e

Please sign in to comment.