Fixed documentation generation in some files.
[familia.git] / src / math / positions.h
index c5a4fa4424d4eecfa61629769a36b6af2bfe08d9..878616e141720fe244b967c3a26a16bc053c7ee1 100644 (file)
@@ -32,16 +32,22 @@ struct objects_boundaries {
        double left;
 };
 
+/**
+ * @file math/positions.h
+ * @brief Code for calculating 3D positions of objects.
+ *
+ */
+
 /**
  * Calculates local position of given individual
- * @parameter individual to calculate position
+ * @param individual individual to calculate position
  * @return calculated local position of the individual
  */
 struct position * calculate_individual_position(struct familia_individual * individual);
 
 /**
  * Calculates local position of given family
- * @parameter family to calculate position
+ * @param family family to calculate position
  * @return calculated local position of the family
  */
 struct position * calculate_family_position(struct familia_family * family);