diff --git a/Doxyfile b/Doxyfile
index 74c4e4a..e62ffbc 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -160,7 +160,7 @@ STRIP_FROM_INC_PATH =
# support long names like on DOS, Mac, or CD-ROM.
# The default value is: NO.
-SHORT_NAMES = YES
+SHORT_NAMES = NO
# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
# first line (until the first dot) of a Javadoc-style comment as the brief
@@ -661,7 +661,7 @@ FILE_VERSION_FILTER =
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
# tag is left empty.
-LAYOUT_FILE =
+LAYOUT_FILE = DoxygenLayout.xml
# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
# the reference definitions. This must be a list of .bib files. The .bib
diff --git a/DoxygenLayout.xml b/DoxygenLayout.xml
index e934f43..a9a9e5d 100644
--- a/DoxygenLayout.xml
+++ b/DoxygenLayout.xml
@@ -11,7 +11,7 @@
-
+
diff --git a/docs/mainpage.dox b/docs/mainpage.dox
index fabc6d0..3335906 100644
--- a/docs/mainpage.dox
+++ b/docs/mainpage.dox
@@ -1,6 +1,4 @@
/** @mainpage ENet
- http://enet.bespin.org
-
ENet's purpose is to provide a relatively thin, simple and robust
network communication layer on top of UDP (User Datagram Protocol).
@@ -28,6 +26,8 @@ portable, and easily embeddable.
@ref License
+Documentation
+
*/
/**