Commit 77167c1
committed
Missing filename for tag warnings
With warnings regarding tag files it can happen that the tag filename is not set resulting in a filename `<unknown>` like:
```
<unknown>:370: warning: no uniquely matching class member found for
typedef std::array< FT, 3 > CGAL::Surface_mesh_shortest_path_traits< class K, class TriangleMesh >::Barycentric_coordinates
Possible candidates:
'Traits::Barycentric_coordinates CGAL::Surface_mesh_shortest_path< class Traits, class VIM, class HIM, class FIM, class VPM >::Barycentric_coordinates' at line 94 of file .../doc_master/doc_tags/Surface_mesh_shortest_path.tag
'unspecified_type SurfaceMeshShortestPathTraits::Barycentric_coordinates' at line 437 of file...doc_tags/Surface_mesh_shortest_path.tag
```
where `<unknown>` should have been `.../doc_tags/Surface_mesh_shortest_path.tag`.
This has been corrected by setting the `fileName` (note that the startLine was already set correctly).1 parent 14fc65f commit 77167c1
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1533 | 1533 | | |
1534 | 1534 | | |
1535 | 1535 | | |
| 1536 | + | |
1536 | 1537 | | |
1537 | 1538 | | |
1538 | 1539 | | |
| |||
1604 | 1605 | | |
1605 | 1606 | | |
1606 | 1607 | | |
| 1608 | + | |
1607 | 1609 | | |
1608 | 1610 | | |
1609 | 1611 | | |
| |||
1660 | 1662 | | |
1661 | 1663 | | |
1662 | 1664 | | |
| 1665 | + | |
1663 | 1666 | | |
1664 | 1667 | | |
1665 | 1668 | | |
| |||
1681 | 1684 | | |
1682 | 1685 | | |
1683 | 1686 | | |
| 1687 | + | |
1684 | 1688 | | |
1685 | 1689 | | |
1686 | 1690 | | |
| |||
1702 | 1706 | | |
1703 | 1707 | | |
1704 | 1708 | | |
| 1709 | + | |
1705 | 1710 | | |
1706 | 1711 | | |
1707 | 1712 | | |
| |||
1749 | 1754 | | |
1750 | 1755 | | |
1751 | 1756 | | |
| 1757 | + | |
1752 | 1758 | | |
1753 | 1759 | | |
1754 | 1760 | | |
| |||
0 commit comments