Sfoglia il codice sorgente

Remove documentation pointing to nothing

Daniele Bartolini 12 anni fa
parent
commit
99c269ea65
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  1. 0 3
      engine/core/containers/Array.h

+ 0 - 3
engine/core/containers/Array.h

@@ -79,9 +79,6 @@ namespace array
 	/// the number of items in the list for efficiency.
 	template <typename T> void clear(Array<T>& a);
 
-	/// Copies the content of the @a other list into this one.
-
-
 	template <typename T> T* begin(Array<T>& a);
 	template <typename T> const T* begin(const Array<T>& a);
 	template <typename T> T* end(Array<T>& a);