From 8e59bfaf3e84ec88355649e773fb5c65a022465a Mon Sep 17 00:00:00 2001 From: skyjake Date: Tue, 14 May 2013 12:04:19 +0300 Subject: [PATCH] Documentation|libdeng2: Description for InfoBank --- doomsday/libdeng2/include/de/data/infobank.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doomsday/libdeng2/include/de/data/infobank.h b/doomsday/libdeng2/include/de/data/infobank.h index cbdbc05eae..48a18f3685 100644 --- a/doomsday/libdeng2/include/de/data/infobank.h +++ b/doomsday/libdeng2/include/de/data/infobank.h @@ -32,6 +32,9 @@ class File; /** * Abstract Bank read from Info definitions. + * + * InfoBank handles the common plumbing of parsing an Info file and iterating + * through it for creating bank sources. */ class InfoBank : public Bank {