summaryrefslogtreecommitdiffstats
path: root/src/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout.h')
-rw-r--r--src/layout.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/layout.h b/src/layout.h
index b9cf85b..47ba5f3 100644
--- a/src/layout.h
+++ b/src/layout.h
@@ -123,7 +123,8 @@ struct LayoutNavEntry
Files,
FileGlobals,
Dirs,
- Examples
+ Examples,
+ User
};
LayoutNavEntry(LayoutNavEntry *parent,Kind k,bool vs,const QCString &bf,
const QCString &tl,const QCString &intro,bool prepend=FALSE)