We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86339ec commit dc6b58dCopy full SHA for dc6b58d
Documentation/doc/Documentation/CGAL/config.h
@@ -7,7 +7,7 @@ namespace CGAL{
7
/// When using `cmake` and a standard \cgal setup, linking the target using that function
8
/// with the target `CGAL::Data` will automatically set the macro `CGAL_DATA_DIR`
9
/// pointing to the data directory of the \cgal version used.
10
-/// The function will make an attempt to open the file at the location returned
11
-/// and will print an error message on `std::cerr` if the file could not be opened.
+/// The function will attempt to open the file at the returned location
+/// and will print a warning message via `std::cerr` if the file could not be opened.
12
std::string data_file_path(const std::string& filename);
13
}
0 commit comments