prevent linking to IO files (the doc is where it relates to)

This commit is contained in:
Sébastien Loriot 2013-01-31 18:35:37 +01:00
parent f07091437f
commit ef1b8db680
1 changed files with 4 additions and 5 deletions

View File

@ -53,6 +53,7 @@ Apollonius_site_2(Apollonius_site_2<K> other);
/*!
Inserts the
Apollonius site `s` into the stream `os`.
\note Included through `CGAL/IO/Qt_widget_Apollonius_site_2.h`.
\pre The insert operator must be defined for `Point_2` and `Weight`.
\relates Apollonius_site_2
*/
@ -62,6 +63,7 @@ const Apollonius_site_2<K>& s);
/*!
Reads an Apollonius site from the stream `is` and assigns it
to `s`.
\note Included through `CGAL/IO/Qt_widget_Apollonius_site_2.h`.
\pre The extract operator must be defined for `Point_2` and `Weight`.
\relates Apollonius_site_2
*/
@ -69,11 +71,8 @@ std::istream& operator>>(std::istream& is,
const Apollonius_site_2<K>& s);
/*!
Inserts the Apollonius site `s` into the `Qt_widget` stream
`w`.
Included through \ref CGAL/IO/Qt_widget_Apollonius_site_2.h.
Inserts the Apollonius site `s` into the `Qt_widget` stream `w`.
\note Included through `CGAL/IO/Qt_widget_Apollonius_site_2.h`.
\pre The insert operator must be defined for `K::Circle_2`.
\relates Apollonius_site_2
*/