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

missing examples in "examples" section of doxygen doc #960

Closed
kerautret opened this issue Feb 20, 2015 · 2 comments
Closed

missing examples in "examples" section of doxygen doc #960

kerautret opened this issue Feb 20, 2015 · 2 comments
Assignees
Milestone

Comments

@kerautret
Copy link
Member

Some examples are not visible in http://liris.cnrs.fr/dgtal/doc/nightly/examples.html
In particular the ones of examples/geometry/curves/
(exampleArithDSS3d, exampleArithmeticalDSL, exampleArithmeticalDSSComputer, exampleDSLSubsegment, exampleFrechetShortcut, exampleGridCurve2d, exampleGridCurve3d, exampleGridCurve3d-2, exampleStabbingCircleComputer, exampleStabbingLineComputer)

You can just add in moduleArithDSSReco.dox something like this example:
/**
This example shows the recognition of a simple standard digital
plane with the Chord algorithm (class
ChordGenericStandardPlaneComputer ). Green points belong to the naive
plane. Grey points show farther points that also belong to the
strip.

@see \ref modulePlaneRecognition_sec26

@verbatim
$ ./examples/io/viewers/viewer3D-7bis-stdplane
@endverbatim

@image html coba-stdplane.png "Piece of standard plane."
@image latex coba-stdplane.png "Piece of standard plane." width=5cm

\example io/viewers/viewer3D-7bis-stdplane.cpp
*/

@troussil
Copy link
Member

done, see #1026

@dcoeurjo
Copy link
Member

dcoeurjo commented Aug 2, 2015

Fixed.

@dcoeurjo dcoeurjo closed this as completed Aug 2, 2015
@dcoeurjo dcoeurjo modified the milestones: 0.9, 0.9.2 Jan 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants