summaryrefslogtreecommitdiffstats
path: root/autodoc/source/display/html/cre_link.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/display/html/cre_link.cxx')
-rw-r--r--autodoc/source/display/html/cre_link.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/autodoc/source/display/html/cre_link.cxx b/autodoc/source/display/html/cre_link.cxx
index 688464d53969..74561b027e73 100644
--- a/autodoc/source/display/html/cre_link.cxx
+++ b/autodoc/source/display/html/cre_link.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.
@@ -267,3 +268,5 @@ LinkCreator::Create_PrePath( const ary::cpp::CodeEntity & i_rData )
NameScope_const_iterator it( i_rData.Owner(), pEnv->Gate() );
Recursive_CreatePath( pOut, it );
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */