From 0c99b6d3811bdff2dcef3a3a23cc18acfeba2893 Mon Sep 17 00:00:00 2001 From: Luther Date: Tue, 13 Jun 2017 00:34:53 -0400 Subject: [PATCH] Doc comment unit_type::modification_advancements --- src/units/types.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/units/types.hpp b/src/units/types.hpp index 7fd9dcfb0804..d2c127ef1dc7 100644 --- a/src/units/types.hpp +++ b/src/units/types.hpp @@ -115,6 +115,7 @@ class unit_type /// A vector of unit_type ids that can advance to this unit_type. const std::vector advances_from() const; + /// Returns two iterators pointing to a range of AMLA configs. config::const_child_itors modification_advancements() const { return cfg_.child_range("advancement"); }