[clang-tidy] add ending namespace comments
Found with google-readability-namespace-comments Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
dbf2b7d24c
commit
88b0d74bad
@ -1129,7 +1129,7 @@ namespace pugi
|
||||
|
||||
xml_attribute_struct* first_attribute;
|
||||
};
|
||||
}
|
||||
} // namespace pugi
|
||||
#endif
|
||||
|
||||
PUGI__NS_BEGIN
|
||||
@ -7355,7 +7355,7 @@ namespace pugi
|
||||
{
|
||||
return impl::xml_memory::deallocate;
|
||||
}
|
||||
}
|
||||
} // namespace pugi
|
||||
|
||||
#if !defined(PUGIXML_NO_STL) && (defined(_MSC_VER) || defined(__ICC))
|
||||
namespace std
|
||||
@ -12950,7 +12950,7 @@ namespace pugi
|
||||
{
|
||||
return query.evaluate_node(*this);
|
||||
}
|
||||
}
|
||||
} // namespace pugi
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
@ -1444,7 +1444,7 @@ namespace pugi
|
||||
// Get current memory management functions
|
||||
allocation_function PUGIXML_FUNCTION get_memory_allocation_function();
|
||||
deallocation_function PUGIXML_FUNCTION get_memory_deallocation_function();
|
||||
}
|
||||
} // namespace pugi
|
||||
|
||||
#if !defined(PUGIXML_NO_STL) && (defined(_MSC_VER) || defined(__ICC))
|
||||
namespace std
|
||||
|
||||
Loading…
Reference in New Issue
Block a user