summaryrefslogtreecommitdiff
path: root/autodoc/source/display/toolkit/hf_docentry.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/display/toolkit/hf_docentry.cxx')
-rw-r--r--autodoc/source/display/toolkit/hf_docentry.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/autodoc/source/display/toolkit/hf_docentry.cxx b/autodoc/source/display/toolkit/hf_docentry.cxx
index 5d6f415a5223..961ee34ebee3 100644
--- a/autodoc/source/display/toolkit/hf_docentry.cxx
+++ b/autodoc/source/display/toolkit/hf_docentry.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -72,3 +73,5 @@ HF_DocEntryList::Produce_Definition()
return CurOut()
>> *new Html::DefListDefinition;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */