Changeset 7a452a7 in git for templates/template.h


Ignore:
Timestamp:
Nov 10, 2010, 3:39:05 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
bc085c61f29d665b6ab32727dd40cc3654f903ef
Parents:
4e8ef901f80a972f6e768843d7734db1305268ca
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-11-10 15:39:05+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:37+01:00
Message:
modeline for vim/emacs
same header everywhere.

TODO: c-source? singularxx-defs?
File:
1 edited

Legend:

Unmodified
Added
Removed
  • templates/template.h

    r4e8ef90 r7a452a7  
     1// -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
    12/*****************************************************************************\
    23 * Computer Algebra System SINGULAR   
     
    1920
    2021// include basic definitions
    21 #include "singularxx_defs.h"
     22#include <singularxx_defs.h>
    2223
    2324BEGIN_NAMESPACE_SINGULARXX
    2425
    25 /** @class Template template.h "someRootDirectory/template.h"
     26/** @class Template template.h <someRootDirectory/template.h>
    2627 *
    2728 * Brief description of class Template.
     
    9293#endif
    9394/* #ifndef TEMPLATE_H */
     95
     96// Vi-modeline: vim: filetype=c:syntax:shiftwidth=2:tabstop=8:textwidth=0:expandtab
Note: See TracChangeset for help on using the changeset viewer.