Fix some doxygen issues

This commit is contained in:
Simon De Backer
2020-08-18 21:28:52 +02:00
parent ef15013715
commit 8e956df8d8
33 changed files with 204 additions and 159 deletions

View File

@@ -978,7 +978,7 @@ ElementsLocation QETProject::importElement(ElementsLocation &location)
if (m_elements_collection->exist(import_path)) {
ElementsLocation existing_location(import_path, this);
//@existing_location and @location have the same uuid, so it is the same element
//existing_location and location have the same uuid, so it is the same element
if (existing_location.uuid() == location.uuid()) {
return existing_location;
}