summaryrefslogtreecommitdiffstats
path: root/backend/InstanceFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/InstanceFactory.h')
-rw-r--r--backend/InstanceFactory.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/backend/InstanceFactory.h b/backend/InstanceFactory.h
index 0dd4c5d8..26857ef9 100644
--- a/backend/InstanceFactory.h
+++ b/backend/InstanceFactory.h
@@ -51,10 +51,9 @@ public:
};
/*!
- * \brief Creates an instance with the given type and stores it in inst.
+ * \brief Creates a stub instance
*
* \param inst Pointer to store the created instance in.
- * \param type The type of instance to create.
* \param instDir The instance's directory.
* \return An InstCreateError error code.
* - InstExists if the given instance directory is already an instance.