1<!-- 2Copyright Daniel James 2012 3Distributed under the Boost Software License, Version 1.0. (See accompanying 4file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) 5--> 6<library name="Methodname Test" id="method"> 7 <title>Methodname Test</title> 8 <section id="links"> 9 <para> 10 <methodname>thing::foo::bar</methodname>, 11 <methodname>thing::foo::bar(int x)</methodname>, 12 <methodname>thing::foo::operator()</methodname>, 13 <methodname>thing::foo::operator()(int x)</methodname>. 14 </para> 15 </section> 16 <library-reference> 17 <header name="boost/unordered_set.hpp"> 18 <namespace name="thing"> 19 <class name="foo"> 20 <method name="bar"> 21 <parameter> 22 <paramtype>int</paramtype> 23 </parameter> 24 <type>void</type> 25 </method> 26 <method name="operator()"> 27 <parameter> 28 <paramtype>int</paramtype> 29 </parameter> 30 <type>void</type> 31 </method> 32 </class> 33 </namespace> 34 </header> 35 </library-reference> 36</library>