Changeset 7a452a7 in git


Ignore:
Timestamp:
Nov 10, 2010, 3:39:05 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
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?
Location:
templates
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • templates/template.c

    r4e8ef90 r7a452a7  
    1 //*****************************************************************************
    2 // Computer Algebra System SINGULAR   
    3 // Copyright: See COPYING file that comes with this distribution
    4 //*****************************************************************************
    5 /** @file template.c
     1// -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
     2/*****************************************************************************\
     3 * Computer Algebra System SINGULAR   
     4\*****************************************************************************/
     5/** @file template.h
    66 *
    7  * This file implements the class TEMPLATE.
     7 * This file defines the class Template.
    88 *
    99 * ABSTRACT: We need this for something...
     
    1414 *
    1515 **/
    16 //*****************************************************************************
     16/*****************************************************************************/
    1717
    1818// include header file
     
    2525
    2626END_NAMESPACE_SINGULARXX
     27
     28// Vi-modeline: vim: filetype=c:syntax:shiftwidth=2:tabstop=8:textwidth=0:expandtab
  • templates/template.cc

    r4e8ef90 r7a452a7  
     1// -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
    12/*****************************************************************************\
    23 * Computer Algebra System SINGULAR   
     
    3132  return t;
    3233};
     34
     35// Vi-modeline: vim: filetype=c:syntax:shiftwidth=2:tabstop=8:textwidth=0:expandtab
  • 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
  • templates/templateForC.h

    r4e8ef90 r7a452a7  
     1/* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
    12/*****************************************************************************\
    23 * Computer Algebra System SINGULAR   
     
    4950#endif
    5051/* TEMPLATE_FOR_C_H */
     52
     53/* Vi-modeline: vim: filetype=c:syntax:shiftwidth=2:tabstop=8:textwidth=0:expandtab
     54*/
  • templates/test.h

    r4e8ef90 r7a452a7  
    1 //*****************************************************************************
    2 // Computer Algebra System SINGULAR   
    3 // Copyright: See COPYING file that comes with this distribution
    4 //*****************************************************************************
     1// -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*-
     2/*****************************************************************************\
     3 * Computer Algebra System SINGULAR   
     4\*****************************************************************************/
    55/** @file test.h
    66 *
     
    1414 *
    1515 **/
    16 //*****************************************************************************
     16/*****************************************************************************/
    1717
    1818  /** F1.
     
    4444     int & r2 ///< [out] integer result
    4545         );
     46
     47
     48// Vi-modeline: vim: filetype=c:syntax:shiftwidth=2:tabstop=8:textwidth=0:expandtab
Note: See TracChangeset for help on using the changeset viewer.