Index: src/libchcore/TModPathContainer.cpp =================================================================== diff -u -N -ra44714d5c7ec0f50a376f4d0ea919ee5a224f834 -r11b0a299be97bc3afaa633d6522c17b214ba3b79 --- src/libchcore/TModPathContainer.cpp (.../TModPathContainer.cpp) (revision a44714d5c7ec0f50a376f4d0ea919ee5a224f834) +++ src/libchcore/TModPathContainer.cpp (.../TModPathContainer.cpp) (revision 11b0a299be97bc3afaa633d6522c17b214ba3b79) @@ -147,7 +147,7 @@ } // ============================================================================ -/// chcore::TModPathContainer::SetAt +/// TModPathContainer::SetAt /// @date 2009/11/30 /// /// @brief Sets a path at a specified index. @@ -164,7 +164,7 @@ } // ============================================================================ -/// chcore::TModPathContainer::DeleteAt +/// TModPathContainer::DeleteAt /// @date 2009/11/30 /// /// @brief Removes a path from container at specified index. @@ -181,7 +181,7 @@ } // ============================================================================ -/// chcore::TModPathContainer::Clear +/// TModPathContainer::Clear /// @date 2009/11/30 /// /// @brief Removes all paths from this container. @@ -205,7 +205,7 @@ } // ============================================================================ -/// chcore::TModPathContainer::GetCount +/// TModPathContainer::GetCount /// @date 2009/11/30 /// /// @brief Retrieves count of elements in the container. @@ -217,7 +217,7 @@ } // ============================================================================ -/// chcore::TModPathContainer::GetCount +/// TModPathContainer::GetCount /// @date 2010/10/12 /// /// @brief Retrieves info if this container is empty.