From: Braden M. <br...@us...> - 2006-08-04 05:44:18
|
Update of /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv19385/src/libopenvrml/openvrml Modified Files: basetypes.cpp field_value.cpp node.cpp Log Message: Removed use of @defgroup and @ingroup in doc-comments. Index: basetypes.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/basetypes.cpp,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** basetypes.cpp 2 Aug 2006 03:20:02 -0000 1.35 --- basetypes.cpp 4 Aug 2006 05:44:14 -0000 1.36 *************** *** 98,109 **** /** - * @defgroup basetypes Base Types - */ - - /** * @typedef openvrml::int32 * - * @ingroup basetypes - * * @brief 32-bit signed integer. */ --- 98,103 ---- *************** *** 112,117 **** * @class openvrml::color * - * @ingroup basetypes - * * @brief A color. * --- 106,109 ---- *************** *** 304,309 **** * @class openvrml::color_rgba * - * @ingroup basetypes - * * @brief A color with alpha channel. * --- 296,299 ---- *************** *** 524,529 **** * @class openvrml::vec2f * - * @ingroup basetypes - * * @brief Two-component single precision vector. */ --- 514,517 ---- *************** *** 885,890 **** * @class openvrml::vec2d * - * @ingroup basetypes - * * @brief Two-component single precision vector. */ --- 873,876 ---- *************** *** 1246,1251 **** * @class openvrml::vec3f * - * @ingroup basetypes - * * @brief Three-component single precision vector. */ --- 1232,1235 ---- *************** *** 1737,1742 **** * @class openvrml::vec3d * - * @ingroup basetypes - * * @brief Three-component single precision vector. */ --- 1721,1724 ---- *************** *** 2228,2233 **** * @class openvrml::rotation * - * @ingroup basetypes - * * @brief A rotation. * --- 2210,2213 ---- *************** *** 2644,2649 **** * @class openvrml::mat4f * - * @ingroup basetypes - * * @brief A class for all matrix operations. * --- 2624,2627 ---- *************** *** 3501,3506 **** * @class openvrml::quatf * - * @ingroup basetypes - * * @brief A quaternion. */ --- 3479,3482 ---- *************** *** 4015,4020 **** * @class openvrml::image * - * @ingroup basetypes - * * @brief Pixmap data. * --- 3991,3994 ---- Index: field_value.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/field_value.cpp,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** field_value.cpp 25 Jul 2006 03:52:07 -0000 1.27 --- field_value.cpp 4 Aug 2006 05:44:14 -0000 1.28 *************** *** 34,41 **** /** - * @defgroup fieldvalues Field Values - */ - - /** * @brief Stream output. * --- 34,37 ---- *************** *** 55,60 **** * @class openvrml::field_value * - * @ingroup fieldvalues - * * @brief Abstract base class for the VRML field types. * --- 51,54 ---- *************** *** 807,812 **** * @class openvrml::sfbool * - * @ingroup fieldvalues - * * @brief A boolean @c node field value. * --- 801,804 ---- *************** *** 987,992 **** * @class openvrml::sfcolor * - * @ingroup fieldvalues - * * @brief A color node field value. * --- 979,982 ---- *************** *** 1167,1172 **** * @class openvrml::sfcolorrgba * - * @ingroup fieldvalues - * * @brief A color_rgba node field value. * --- 1157,1160 ---- *************** *** 1349,1354 **** * @class openvrml::sffloat * - * @ingroup fieldvalues - * * @brief A single precision floating point node field value. * --- 1337,1340 ---- *************** *** 1528,1533 **** * @class openvrml::sfdouble * - * @ingroup fieldvalues - * * @brief A single precision doubleing point node field value. * --- 1514,1517 ---- *************** *** 1708,1713 **** * @class openvrml::sfimage * - * @ingroup fieldvalues - * * @brief A pixmap. * --- 1692,1695 ---- *************** *** 1892,1897 **** * @class openvrml::sfint32 * - * @ingroup fieldvalues - * * @brief A 32-bit integer node field value. * --- 1874,1877 ---- *************** *** 2072,2077 **** * @class openvrml::sfnode * - * @ingroup fieldvalues - * * @brief A node field value to hold a single node reference. * --- 2052,2055 ---- *************** *** 2257,2262 **** * @class openvrml::sfrotation * - * @ingroup fieldvalues - * * @brief A rotation node field value. * --- 2235,2238 ---- *************** *** 2451,2456 **** * @class openvrml::sfstring * - * @ingroup fieldvalues - * * @brief A string node field value. * --- 2427,2430 ---- *************** *** 2635,2640 **** * @class openvrml::sftime * - * @ingroup fieldvalues - * * @brief A double precision floating point node field value. * --- 2609,2612 ---- *************** *** 2816,2821 **** * @class openvrml::sfvec2f * - * @ingroup fieldvalues - * * @brief A 2-component vector node field value. * --- 2788,2791 ---- *************** *** 2995,3000 **** * @class openvrml::sfvec2d * - * @ingroup fieldvalues - * * @brief A 2-component vector node field value. * --- 2965,2968 ---- *************** *** 3183,3188 **** * @class openvrml::sfvec3f * - * @ingroup fieldvalues - * * @brief A 3-component vector node field value. * --- 3151,3154 ---- *************** *** 3362,3367 **** * @class openvrml::sfvec3d * - * @ingroup fieldvalues - * * @brief A 3-component vector node field value. * --- 3328,3331 ---- *************** *** 3542,3547 **** * @class openvrml::mfbool * - * @ingroup fieldvalues - * * @brief A @c bool array node field value. * --- 3506,3509 ---- *************** *** 3755,3760 **** * @class openvrml::mfcolor * - * @ingroup fieldvalues - * * @brief A color array node field value. * --- 3717,3720 ---- *************** *** 3967,3972 **** * @class openvrml::mfcolorrgba * - * @ingroup fieldvalues - * * @brief A color_rgba array node field value. * --- 3927,3930 ---- *************** *** 4183,4188 **** * @class openvrml::mffloat * - * @ingroup fieldvalues - * * @brief A float array node field value. * --- 4141,4144 ---- *************** *** 4395,4400 **** * @class openvrml::mfdouble * - * @ingroup fieldvalues - * * @brief A double array node field value. * --- 4351,4354 ---- *************** *** 4607,4612 **** * @class openvrml::mfimage * - * @ingroup fieldvalues - * * @brief A image array node field value. * --- 4561,4564 ---- *************** *** 4819,4824 **** * @class openvrml::mfint32 * - * @ingroup fieldvalues - * * @brief An integer array node field value. * --- 4771,4774 ---- *************** *** 5032,5037 **** * @class openvrml::mfnode * - * @ingroup fieldvalues - * * @brief A node reference array node field value. * --- 4982,4985 ---- *************** *** 5248,5253 **** * @class openvrml::mfrotation * - * @ingroup fieldvalues - * * @brief A rotation array node field value. * --- 5196,5199 ---- *************** *** 5462,5467 **** * @class openvrml::mfstring * - * @ingroup fieldvalues - * * @brief A string array node field value. * --- 5408,5411 ---- *************** *** 5677,5682 **** * @class openvrml::mftime * - * @ingroup fieldvalues - * * @brief A double array node field value. * --- 5621,5624 ---- *************** *** 5892,5897 **** * @class openvrml::mfvec2f * - * @ingroup fieldvalues - * * @brief A 2-component vector array node field value. * --- 5834,5837 ---- *************** *** 6105,6110 **** * @class openvrml::mfvec2d * - * @ingroup fieldvalues - * * @brief A 2-component vector array node field value. * --- 6045,6048 ---- *************** *** 6319,6324 **** * @class openvrml::mfvec3f * - * @ingroup fieldvalues - * * @brief A 3-component vector array node field value. * --- 6257,6260 ---- *************** *** 6533,6538 **** * @class openvrml::mfvec3d * - * @ingroup fieldvalues - * * @brief A 3-component vector array node field value. * --- 6469,6472 ---- Index: node.cpp =================================================================== RCS file: /cvsroot/openvrml/openvrml/src/libopenvrml/openvrml/node.cpp,v retrieving revision 1.85 retrieving revision 1.86 diff -C2 -d -r1.85 -r1.86 *** node.cpp 25 Jul 2006 03:52:07 -0000 1.85 --- node.cpp 4 Aug 2006 05:44:14 -0000 1.86 *************** *** 35,46 **** /** - * @defgroup nodes Nodes - */ - - /** * @class openvrml::unsupported_interface * - * @ingroup nodes - * * @brief Exception to indicate that a @c node interface is not supported. * --- 35,40 ---- *************** *** 105,110 **** * @class openvrml::node_interface * - * @ingroup nodes - * * @brief Type information for an interface of a @c node. */ --- 99,102 ---- *************** *** 319,324 **** * @struct openvrml::node_interface_matches_eventin * - * @ingroup nodes - * * @brief Determine if a @c node_interface matches an @c eventIn identifier. * --- 311,314 ---- *************** *** 360,365 **** * @struct openvrml::node_interface_matches_eventout * - * @ingroup nodes - * * @brief Determine if a @c node_interface matches an @c eventOut identifier. * --- 350,353 ---- *************** *** 402,407 **** * @struct openvrml::node_interface_matches_exposedfield * - * @ingroup nodes - * * @brief Determine if a @c node_interface matches an @c exposedField * identifier. --- 390,393 ---- *************** *** 436,441 **** * @struct openvrml::node_interface_matches_field * - * @ingroup nodes - * * @brief Determine if a @c node_interface matches an field * identifier. --- 422,425 ---- *************** *** 468,473 **** * @struct openvrml::node_interface_compare * - * @ingroup nodes - * * @brief Function object to compare two @c node_interface%s based on their * id. --- 452,455 ---- *************** *** 512,517 **** * @typedef std::set<openvrml::node_interface, openvrml::node_interface_compare> openvrml::node_interface_set * - * @ingroup nodes - * * @brief A group of unique @c node_interface%s. * --- 494,497 ---- *************** *** 523,528 **** /** - * @ingroup nodes - * * @brief Find an interface matching @p id. * --- 503,506 ---- *************** *** 565,570 **** * @class openvrml::node_metatype * - * @ingroup nodes - * * @brief A class object for node instances. * --- 543,546 ---- *************** *** 784,789 **** * @class openvrml::node_type * - * @ingroup nodes - * * @brief Type information object for @c node%s. */ --- 760,763 ---- *************** *** 979,984 **** * @class openvrml::field_value_type_mismatch * - * @ingroup nodes - * * @brief Thrown when field value types do not match, generally in a @c ROUTE * or @c IS. --- 953,956 ---- *************** *** 1002,1007 **** * @typedef std::deque<openvrml::node *> openvrml::node_path * - * @ingroup nodes - * * @brief A path to a @c node in the @c scene starting with one of the @c * scene root @c node%s and ending with the objective @c node. --- 974,977 ---- *************** *** 1012,1017 **** * @fn To * openvrml::node_cast(node * n) * - * @ingroup nodes - * * @relatesalso openvrml::node * --- 982,985 ---- *************** *** 1026,1031 **** * @class openvrml::node * - * @ingroup nodes - * * @brief A @c node in the scene graph. */ --- 994,997 ---- *************** *** 2611,2616 **** /** - * @ingroup nodes - * * @brief Add a route from an eventOut of this node to an eventIn of another * node. --- 2577,2580 ---- *************** *** 2688,2693 **** /** - * @ingroup nodes - * * @brief Remove a route from an eventOut of this node to an eventIn of another * node. --- 2652,2655 ---- *************** *** 2923,2928 **** * @class openvrml::appearance_node * - * @ingroup nodes - * * @brief Abstract base class for appearance nodes. */ --- 2885,2888 ---- *************** *** 3010,3015 **** * @class openvrml::bounded_volume_node * - * @ingroup nodes - * * @brief Abstract base class for nodes that represent a bounded volume in the * scene graph. --- 2970,2973 ---- *************** *** 3136,3141 **** * @class openvrml::child_node * - * @ingroup nodes - * * @brief Abstract base class for child nodes. */ --- 3094,3097 ---- *************** *** 3264,3269 **** * @class openvrml::color_node * - * @ingroup nodes - * * @brief Abstract base class for color nodes. */ --- 3220,3223 ---- *************** *** 3310,3315 **** * @class openvrml::color_rgba_node * - * @ingroup nodes - * * @brief Abstract base class for RGBA color nodes. */ --- 3264,3267 ---- *************** *** 3402,3407 **** * @class openvrml::font_style_node * - * @ingroup nodes - * * @brief Abstract base class for font style nodes. */ --- 3354,3357 ---- *************** *** 3519,3524 **** * @class openvrml::geometry_node * - * @ingroup nodes - * * @brief Abstract base class for geometry nodes. */ --- 3469,3472 ---- *************** *** 3652,3657 **** * @class openvrml::grouping_node * - * @ingroup nodes - * * @brief Abstract base class for grouping nodes. */ --- 3600,3603 ---- *************** *** 3750,3755 **** * @class openvrml::light_node * - * @ingroup nodes - * * @brief Abstract base class for light nodes. */ --- 3696,3699 ---- *************** *** 3790,3795 **** * @class openvrml::material_node * - * @ingroup nodes - * * @brief Abstract base class for material nodes. */ --- 3734,3737 ---- *************** *** 3877,3882 **** * @class openvrml::navigation_info_node * - * @ingroup nodes - * * @brief Abstract base class for normal nodes. */ --- 3819,3822 ---- *************** *** 3958,3963 **** * @class openvrml::normal_node * - * @ingroup nodes - * * @brief Abstract base class for normal nodes. */ --- 3898,3901 ---- *************** *** 4140,4145 **** * @class openvrml::sound_source_node * - * @ingroup nodes - * * @brief Abstract base class for sound source nodes. */ --- 4078,4081 ---- *************** *** 4179,4184 **** * @class openvrml::texture_node * - * @ingroup nodes - * * @brief Abstract base class for texture nodes. */ --- 4115,4118 ---- *************** *** 4297,4302 **** * @class openvrml::texture_coordinate_node * - * @ingroup nodes - * * @brief Abstract base class for texture coordinate nodes. */ --- 4231,4234 ---- *************** *** 4345,4350 **** * @class openvrml::texture_transform_node * - * @ingroup nodes - * * @brief Abstract base class for texture transform nodes. */ --- 4277,4280 ---- *************** *** 4403,4408 **** * @class openvrml::time_dependent_node * - * @ingroup nodes - * * @brief Abstract base class for time-dependent nodes. */ --- 4333,4336 ---- *************** *** 4462,4467 **** * @class openvrml::transform_node * - * @ingroup nodes - * * @brief Abstract base class for texture transform nodes. */ --- 4390,4393 ---- *************** *** 4512,4517 **** * @class openvrml::viewpoint_node * - * @ingroup nodes - * * @brief Abstract base class for texture transform nodes. */ --- 4438,4441 ---- *************** *** 4597,4602 **** * @class openvrml::node_traverser * - * @ingroup nodes - * * @brief Traverse the children of each node in a node hierarchy only once. * --- 4521,4524 ---- |