![]() |
Home | Libraries | People | FAQ | More |
boost::doxytest::doxytest_class — brief description for doxytest_class
#include <boost/boost_1_32_0/libs/stacktrack/doc/doxytest.hpp> using namespace boost::doxytest; class doxytest_class { public: // construct/copy/destruct doxytest_class(); ~doxytest_class(); // public member functions std::string doxy_member_func(int, std::string) ; std::string doxy_member_func_noargdocs(int, std::string) ; };
extended description for doxytest_class
std::string doxy_member_func(int dox_count, std::string dox_strarg) ;
this is the extended description for the test of doxy_member_func( int dox_count, std::string dox_strarg ); in boost::doxytest::doxytest_class
Parameters
an int named dox_count
an std::string named dox_strarg
Returns: An std::string for doxy_member_func rv
std::string doxy_member_func_noargdocs(int p1, std::string p2) ;
| Copyright © 2005 James Fowler |