diff --git a/docs/doxygen/Doxyfile_inc b/docs/doxygen/Doxyfile_inc
index 3490400a39..abf3e51152 100644
--- a/docs/doxygen/Doxyfile_inc
+++ b/docs/doxygen/Doxyfile_inc
@@ -90,7 +90,7 @@ ALIASES += onlyfor{3}="
Availability:
ALIASES += onlyfor{4}="
Availability: only available for the \ref page_port_\1, \ref page_port_\2, \ref page_port_\3, \ref page_port_\4 ports.
\xmlonly
\1,\2,\3,\4 \endxmlonly"
# creates appearance section: this should be used for all main GUI controls
-ALIASES += appearance{1}="@htmlonly
Appearance: |  |  |
wxMSW appearance | wxGTK appearance | wxMac appearance |
@endhtmlonly"
+ALIASES += appearance{1}="\htmlonly
Appearance: |  |  |
wxMSW appearance | wxGTK appearance | wxMac appearance |
\endhtmlonly"
# IMPORTANT: the \headerfile command does not work everywhere we'd need it,
# e.g. in the constants page we need to specify an header file
diff --git a/interface/dataview.h b/interface/dataview.h
index 31a7e4b4ca..fbd8f67a63 100644
--- a/interface/dataview.h
+++ b/interface/dataview.h
@@ -537,7 +537,7 @@ public:
Constructor.
*/
wxDataViewVirtualListModel(unsigned int initial_size = 0);
-}
+};