Fix CFCClass_create documentation

Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/00efad15
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/00efad15
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/00efad15

Branch: refs/heads/master
Commit: 00efad151f54e33f09bdf6d5a3245d621507dee5
Parents: b21ec10
Author: Nick Wellnhofer <wellnho...@aevum.de>
Authored: Sat Mar 5 20:21:38 2016 +0100
Committer: Nick Wellnhofer <wellnho...@aevum.de>
Committed: Thu Mar 10 14:22:04 2016 +0100

----------------------------------------------------------------------
 compiler/src/CFCClass.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/00efad15/compiler/src/CFCClass.h
----------------------------------------------------------------------
diff --git a/compiler/src/CFCClass.h b/compiler/src/CFCClass.h
index e148500..c4cf52b 100644
--- a/compiler/src/CFCClass.h
+++ b/compiler/src/CFCClass.h
@@ -63,11 +63,10 @@ CFCClass_validate_class_name_component(const char *name);
  * to this class.
  * @param file_spec - Clownfish::CFC::Model::FileSpec of the file in which
  * this class was declared
- * @param docucomment A Clownfish::CFC::Model::DocuComment describing this
- * Class.
+ * @param parent_class_name The name of the parent class.
+ * @param is_final Should be true if the class is final.
  * @param is_inert Should be true if the class is inert, i.e. cannot be
  * instantiated.
- * @param is_final Should be true if the class is final.
  * @param is_abstract Should be true if the class is abstract.
  */
 CFCClass*

Reply via email to