Changeset b52d27 in git for factory/ftmpl_inst.cc


Ignore:
Timestamp:
Jun 13, 2014, 2:48:44 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d87069c50888d28eb107ade8c7418040795ac0d4
Parents:
086f3ec7ab7655f9627e1c40dd022bf8494b12b1
git-author:
Martin Lee <martinlee84@web.de>2014-06-13 14:48:44+02:00
git-committer:
Martin Lee <martinlee84@web.de>2014-06-17 17:12:29+02:00
Message:
chg: more docu changes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/ftmpl_inst.cc

    r086f3e rb52d27  
    11/* emacs edit mode for this file is -*- C++ -*- */
    22
    3 //{{{ docu
    4 //
    5 // ftmpl_inst.cc - Factory's template instantiations.
    6 //
    7 // For a detailed description how to instantiate Factory's
    8 // template classes and functions and how to add new
    9 // instantiations see the `README' file.
    10 //
    11 //}}}
     3/**
     4 *
     5 * @file ftmpl_inst.cc
     6 *
     7 * Factory's template instantiations.
     8 *
     9 * For a detailed description how to instantiate Factory's
     10 * template classes and functions and how to add new
     11 * instantiations see the `README' file.
     12 *
     13**/
    1214
    1315
     
    3234
    3335
    34 //{{{ explicit template class instantiations
     36/** explicit template class instantiations **/
    3537template class Factor<CanonicalForm>;
    3638template class List<CFFactor>;
     
    117119#endif
    118120
    119 //}}}
    120121
    121 //{{{ explicit template function instantiations
     122/** explicit template function instantiations **/
    122123#ifndef NOSTREAMIO
    123124template OSTREAM & operator << ( OSTREAM &, const List<CanonicalForm> & );
     
    148149template int tabs ( const int & );
    149150#endif
    150 //}}}
    151151
    152152//
Note: See TracChangeset for help on using the changeset viewer.