summaryrefslogtreecommitdiffstats
path: root/src/example.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/example.h')
-rw-r--r--src/example.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/example.h b/src/example.h
index a780326..2ee1429 100644
--- a/src/example.h
+++ b/src/example.h
@@ -24,6 +24,7 @@
class ClassDef;
class MemberName;
+/** Data associated with an example. */
struct Example
{
QCString anchor;
@@ -31,6 +32,7 @@ struct Example
QCString file;
};
+/** A sorted dictionary of Example objects. */
class ExampleSDict : public SDict<Example>
{
public: