Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing doc for Hull2D namespace #1330

Merged
merged 2 commits into from
Aug 29, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
- Fix wrong typedef for double case in ITKReader (Adrien Krähenbühl,
[#1259](https://github.com/DGtal-team/DGtal/pull/1322))

## Documentation

- *geometry*
- Fix doc bug with Hull2D namespace, (Tristan Roussillon,
[#1330](https://github.com/DGtal-team/DGtal/pull/1330))


# DGtal 0.9.4.1

## Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion src/DGtal/geometry/tools/Hull2DHelpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ namespace DGtal
namespace functions
{
/**
* @namespace Hull2D gathers useful functions to compute
* @brief Hull2D namespace gathers useful functions to compute
* and return the convex hull or the alpha-shape of a range
* of 2D points.
*/
Expand Down