Skip to content

Commit

Permalink
Fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
emilydolson committed Feb 29, 2024
1 parent 9f73a69 commit 99386bd
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions include/emp/Evolve/Systematics.hpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
* This file is part of Empirical, https://github.com/devosoft/Empirical
* Copyright (C) Michigan State University, MIT Software license; see doc/LICENSE.md
* date: 2024
*/
/**
* @note This file is part of Empirical, https://github.com/devosoft/Empirical
* @copyright Copyright (C) Michigan State University, MIT Software license; see doc/LICENSE.md
* @date 2017-2023
*
* @file Systematics.hpp
* @brief Track genotypes, species, clades, or lineages of organisms in a world.
*
* @file
* @brief TODO.
* @todo We should provide an option to back up systematics data to a file so that it doesn't all
* need to be kept in memory, especially if we're only doing post-analysis.
* @todo This inheritance system makes adding new systematics-related data tracking kind of a pain.
Expand Down
14 changes: 7 additions & 7 deletions include/emp/base/_optional_throw.hpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
* This file is part of Empirical, https://github.com/devosoft/Empirical
* Copyright (C) Michigan State University, MIT Software license; see doc/LICENSE.md
* date: 2024
*/
/**
* @note This file is part of Empirical, https://github.com/devosoft/Empirical
* @copyright Copyright (C) Michigan State University, MIT Software license; see doc/LICENSE.md
* @date 2023.
*
* @file _optional_throw.hpp
* @brief Variant of asserts that throws exception
* @note This is useful for writing code that gets wrapped in Python via pybind11
* @file
* @brief TODO.
*/

#ifndef EMP_BASE__OPTIONAL_THROW_TRIGGER_HPP_INCLUDE
Expand Down
14 changes: 7 additions & 7 deletions include/emp/base/optional_throw.hpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/*
* This file is part of Empirical, https://github.com/devosoft/Empirical
* Copyright (C) Michigan State University, MIT Software license; see doc/LICENSE.md
* date: 2024
*/
/**
* @note This file is part of Empirical, https://github.com/devosoft/Empirical
* @copyright Copyright (C) Michigan State University, MIT Software license; see doc/LICENSE.md
* @date 2023.
*
* @file optional_throw.hpp
* @brief Like emp_assert, but throws an exception if in Python
* @note Status: RELEASE
* @file
* @brief TODO.
*
*/

Expand Down

0 comments on commit 99386bd

Please sign in to comment.