You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As correctly noted in review post #68 (review), all member variables and functions still lack any documentation.
This concerns:
aligned_segment.hpp
breakend.hpp
cluster.hpp
junction.hpp
variant_record.hpp
A documentation could look like
//! \brief Start positon of the alignment.int32_t pos;
...
/*! \brief Position associated with this AlignedSegment. * * \return The position stored as int32_t*/int32_tget_reference_start() const;
The text was updated successfully, but these errors were encountered:
As correctly noted in review post #68 (review), all member variables and functions still lack any documentation.
This concerns:
aligned_segment.hpp
breakend.hpp
cluster.hpp
junction.hpp
variant_record.hpp
A documentation could look like
The text was updated successfully, but these errors were encountered: