Index: src/libchcore/TPathContainer.cpp =================================================================== diff -u -N -rb1e03eb232a784d6e2d40f67cbbbb33be0972228 -r11b0a299be97bc3afaa633d6522c17b214ba3b79 --- src/libchcore/TPathContainer.cpp (.../TPathContainer.cpp) (revision b1e03eb232a784d6e2d40f67cbbbb33be0972228) +++ src/libchcore/TPathContainer.cpp (.../TPathContainer.cpp) (revision 11b0a299be97bc3afaa633d6522c17b214ba3b79) @@ -123,7 +123,7 @@ } // ============================================================================ -/// chcore::TPathContainer::SetAt +/// TPathContainer::SetAt /// @date 2009/11/30 /// /// @brief Sets a path at a specified index. @@ -139,7 +139,7 @@ } // ============================================================================ -/// chcore::TPathContainer::DeleteAt +/// TPathContainer::DeleteAt /// @date 2009/11/30 /// /// @brief Removes a path from container at specified index. @@ -154,7 +154,7 @@ } // ============================================================================ -/// chcore::TPathContainer::Clear +/// TPathContainer::Clear /// @date 2009/11/30 /// /// @brief Removes all paths from this container. @@ -165,7 +165,7 @@ } // ============================================================================ -/// chcore::TPathContainer::GetCount +/// TPathContainer::GetCount /// @date 2009/11/30 /// /// @brief Retrieves count of elements in the container. @@ -177,7 +177,7 @@ } // ============================================================================ -/// chcore::TPathContainer::GetCount +/// TPathContainer::GetCount /// @date 2010/10/12 /// /// @brief Retrieves info if this container is empty.