mirror of https://github.com/CGAL/cgal
prevent linking to IO files (the doc is where it relates to)
This commit is contained in:
parent
f07091437f
commit
ef1b8db680
|
|
@ -53,6 +53,7 @@ Apollonius_site_2(Apollonius_site_2<K> other);
|
||||||
/*!
|
/*!
|
||||||
Inserts the
|
Inserts the
|
||||||
Apollonius site `s` into the stream `os`.
|
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`.
|
\pre The insert operator must be defined for `Point_2` and `Weight`.
|
||||||
\relates Apollonius_site_2
|
\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
|
Reads an Apollonius site from the stream `is` and assigns it
|
||||||
to `s`.
|
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`.
|
\pre The extract operator must be defined for `Point_2` and `Weight`.
|
||||||
\relates Apollonius_site_2
|
\relates Apollonius_site_2
|
||||||
*/
|
*/
|
||||||
|
|
@ -69,11 +71,8 @@ std::istream& operator>>(std::istream& is,
|
||||||
const Apollonius_site_2<K>& s);
|
const Apollonius_site_2<K>& s);
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Inserts the Apollonius site `s` into the `Qt_widget` stream
|
Inserts the Apollonius site `s` into the `Qt_widget` stream `w`.
|
||||||
`w`.
|
\note Included through `CGAL/IO/Qt_widget_Apollonius_site_2.h`.
|
||||||
|
|
||||||
Included through \ref CGAL/IO/Qt_widget_Apollonius_site_2.h.
|
|
||||||
|
|
||||||
\pre The insert operator must be defined for `K::Circle_2`.
|
\pre The insert operator must be defined for `K::Circle_2`.
|
||||||
\relates Apollonius_site_2
|
\relates Apollonius_site_2
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue