Improved comments

This commit is contained in:
Magne Sjaastad
2015-08-04 09:26:58 +02:00
parent 0ca0f1a0e8
commit 62308340ee

View File

@@ -2,12 +2,6 @@
#include "cafPdmObject.h"
#include "cafPdmChildArrayField.h"
//#include "cafPdmDataValueField.h"
//#include "cafPdmObjectHandle.h"
//#include "cafPdmPointer.h"
//#include "cafPdmXmlObjectHandle.h"
#include <QXmlStreamWriter>
namespace caf
@@ -16,10 +10,9 @@ namespace caf
class PdmReferenceHelper;
//==================================================================================================
/// The PdmObjectGroup serves as a container of unknown PdmObjects, and is inherited by
/// PdmDocument. Can be used to create sub assemblies.
/// This class should possibly be merged with PdmDocument. It is not clear whether it really has
/// a reusable value on its own.
/// The PdmObjectGroup serves as a container of unknown PdmObjects
/// It is not clear whether it really has a reusable value on its own.
//==================================================================================================
class PdmObjectGroup : public PdmObject
{