Skip to content

Commit dc6b58d

Browse files
sloriotMaelRL
andauthored
Improve wording
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
1 parent 86339ec commit dc6b58d

File tree

1 file changed

+2
-2
lines changed
  • Documentation/doc/Documentation/CGAL

1 file changed

+2
-2
lines changed

Documentation/doc/Documentation/CGAL/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace CGAL{
77
/// When using `cmake` and a standard \cgal setup, linking the target using that function
88
/// with the target `CGAL::Data` will automatically set the macro `CGAL_DATA_DIR`
99
/// 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.
10+
/// The function will attempt to open the file at the returned location
11+
/// and will print a warning message via `std::cerr` if the file could not be opened.
1212
std::string data_file_path(const std::string& filename);
1313
}

0 commit comments

Comments
 (0)