diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sp-factory.h | 21 | ||||
| -rw-r--r-- | src/tool-factory.h | 21 |
2 files changed, 42 insertions, 0 deletions
diff --git a/src/sp-factory.h b/src/sp-factory.h index 7a6416cad..0621f77ba 100644 --- a/src/sp-factory.h +++ b/src/sp-factory.h @@ -1,3 +1,13 @@ +/** @file + * Factory for SPObject tree + *//* + * Authors: + * Markus Engel + * + * Copyright (C) 2013 Authors + * Released under GNU GPL, read the file 'COPYING' for more information + */ + #ifndef SP_FACTORY_SEEN #define SP_FACTORY_SEEN @@ -8,3 +18,14 @@ typedef Singleton< Factory<SPObject> > SPFactory; #endif + +/* + Local Variables: + mode:c++ + c-file-style:"stroustrup" + c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +)) + indent-tabs-mode:nil + fill-column:99 + End: +*/ +// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 : diff --git a/src/tool-factory.h b/src/tool-factory.h index 48b277495..d8aeb5f04 100644 --- a/src/tool-factory.h +++ b/src/tool-factory.h @@ -1,3 +1,13 @@ +/** @file + * Factory for SPEventContext tree + *//* + * Authors: + * Markus Engel + * + * Copyright (C) 2013 Authors + * Released under GNU GPL, read the file 'COPYING' for more information + */ + #ifndef TOOL_FACTORY_SEEN #define TOOL_FACTORY_SEEN @@ -8,3 +18,14 @@ typedef Singleton< Factory<SPEventContext> > ToolFactory; #endif + +/* + Local Variables: + mode:c++ + c-file-style:"stroustrup" + c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +)) + indent-tabs-mode:nil + fill-column:99 + End: +*/ +// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 : |
