- Timestamp:
- 11/02/07 11:38:37 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/fcptr_stable_jun07/Source/Contrib/Manipulators/OSGManipulatorFields.h
r752 r994 93 93 94 94 #if !defined(OSG_DO_DOC) || (OSG_DOC_LEVEL >= 3) 95 /*! \ingroup Grp SystemFieldTraits95 /*! \ingroup GrpContribGUIFieldTraits 96 96 */ 97 97 #if !defined(OSG_DOC_DEV_TRAITS) … … 129 129 130 130 #if !defined(OSG_DO_DOC) || defined(OSG_DOC_FIELD_TYPEDEFS) 131 /*! \ingroup Grp SystemFieldSingle */131 /*! \ingroup GrpContribGUIFieldSingle */ 132 132 133 133 typedef SFieldAdaptor<ManipulatorPtr, SFFieldContainerPtr> SFManipulatorPtr; … … 139 139 140 140 #if !defined(OSG_DO_DOC) || defined(OSG_DOC_FIELD_TYPEDEFS) 141 /*! \ingroup Grp SystemFieldMulti */141 /*! \ingroup GrpContribGUIFieldMulti */ 142 142 143 143 typedef MFieldAdaptor<ManipulatorPtr, MFFieldContainerPtr> MFManipulatorPtr;
