]> ruin.nu Git - germs.git/blobdiff - src/sortaction.h
Added more doxygen documentation
[germs.git] / src / sortaction.h
index 5b810500c2dbea3ab454415eb0cebc17361efea8..ec9a023710961ee0978651fe46f1520d6d18039d 100644 (file)
 class GeneOrder;
 
 
+/**
+ * Abstraction for a sort action implementation, this is the base that other
+ * actions inherits from.
+ */
 class SortActionImpl{
        public:
 
@@ -48,7 +52,7 @@ class SortActionImpl{
 };
 
 /**
- * Abstraction of a sort action, all child actions has to be immutable.
+ * Abstraction of a sort action, all SortActionImpls has to be immutable.
  *
  * \author Michael Andreen
  */