DGtal-team / DGtal

Digital Geometry Tools and Algorithm Library
https://dgtal.org
GNU Lesser General Public License v3.0
370 stars 115 forks source link

No include path in documentation #841

Closed xprov closed 10 years ago

xprov commented 10 years ago

On the documentation page of a given class, the first line displayed is

include

but when including this file in a projet, the path relative to the src folder must be specified.

For instance, to include "HyperRectDomain.h" one must write :

include<DGtal/kernel/domains/HyperRectDomain.h>

To my knowledge, there is no systematic way to retrieve this path from the documentation.

dcoeurjo commented 10 years ago

should be fixed in the master (@kerautret)

dcoeurjo commented 10 years ago

closing