]> git.tdb.fi Git - libs/datafile.git/blobdiff - source/collection.h
Fix comment handling
[libs/datafile.git] / source / collection.h
index c83b4376d20b2b6d4854b29dfc0fbda9c0c286b5..f79e567d5c0e4e5fc1a5d6f8c2c9e481265a6d27 100644 (file)
@@ -42,6 +42,9 @@ method for details.
 Collections also support a notion of "future objects".  These are objects which
 are known to be possible to load, but loading them is deferred to the first
 time they are requested.
+
+Other classes are available to provide refined ways of loading objects from
+files.  See DirectoryCollection and PackCollection.
 */
 class Collection
 {