diff options
Diffstat (limited to 'doc/trouble.doc')
-rw-r--r-- | doc/trouble.doc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/trouble.doc b/doc/trouble.doc index b8e95f1..a69aba0 100644 --- a/doc/trouble.doc +++ b/doc/trouble.doc @@ -10,7 +10,8 @@ * for any purpose. It is provided "as is" without express or implied warranty. * See the GNU General Public License for more details. * - * All output generated with Doxygen is not covered by this license. + * Documents produced by Doxygen are derivative works derived from the + * input used in their production; they are not affected by this license. * */ /*! \page trouble Troubleshooting @@ -56,6 +57,9 @@ improvements not everthing can be properly linked to the corresponding documentation, because of possible ambiguities or lack of information about the context in which the code fragment is found. +<li>It is not possible to insert a non-member function f in a class A + using the \relates command, if class A already has a member with name f + and the same argument list. </ul> |