]> https://gitweb.dealii.org/ - dealii-svn.git/commit
Bring output of template class in right order:
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 14 Nov 2000 17:54:58 +0000 (17:54 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 14 Nov 2000 17:54:58 +0000 (17:54 +0000)
commit717dcab221e2a316c67bd8ec66351093cc3c8899
tree933172565a4e6b14eff90d58f2acfedcffe22e94
parent35197328ab131ccb7050e79b3582501e8c2c421e
Bring output of template class in right order:
  template <class X> class Y;
instead of
  class Y<class X>;
The reason is that the latter leads to confusing for specialized
classes:
  class Y<int, X><class X>;
when the declaration was
  template <class X> class Y<int,X>;

git-svn-id: https://svn.dealii.org/trunk@3491 0785d39b-7218-0410-832d-ea1e28bc413d
deal.II/contrib/kdoc/src/kdocCxxHTML.pm

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.