Skip to content

Commit

Permalink
Merge pull request #1398 from rolanddenis/doc_Khalimsky
Browse files Browse the repository at this point in the history
Enhancing KhalimskySpace related class documentations.
  • Loading branch information
dcoeurjo authored Mar 5, 2019
2 parents 877ef62 + 870f2a2 commit 091bbfe
Show file tree
Hide file tree
Showing 4 changed files with 603 additions and 386 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
- *Geometry*
- New LpMetric class (model of CMetricSpace) for distance computations in R^n.
(David Coeurjolly, [#1388](https://github.com/DGtal-team/DGtal/pull/1388))

- *Documentation*
- Improving KhalimskySpace related classes documentations by displaying
a short description in the member list.
(Roland Denis, [#1398](https://github.com/DGtal-team/DGtal/pull/1398))

## Bug Fixes

Expand Down
8 changes: 4 additions & 4 deletions src/DGtal/topology/KhalimskyCellHashFunctions.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@


namespace std {
/**
/** @brief
* Extend std namespace to define a std::hash function on
* DGtal::KhalimskyCell.
*
Expand All @@ -62,7 +62,7 @@ namespace std {
}
};

/**
/** @brief
* Extend std namespace to define a std::hash function on
* DGtal::SignedKhalimskyCell.
*
Expand All @@ -83,7 +83,7 @@ namespace std {
}

namespace boost{
/**
/** @brief
* Extend boost namespace to define a boost::hash function on
* DGtal::KhalimskyCell.
*
Expand All @@ -99,7 +99,7 @@ namespace boost{
}
};

/**
/** @brief
* Extend boost namespace to define a boost::hash function on
* DGtal::SignedKhalimskyCell.
*
Expand Down
Loading

0 comments on commit 091bbfe

Please sign in to comment.