Commit Graph

7 Commits

Author SHA1 Message Date
Sébastien Loriot d53e01f1a1 remove package namespace macro 2010-06-09 08:45:58 +00:00
Andreas Meyer 58944630a6 * tex2doxy now automatically creates required doxygen and html
documentation
* more matches between tex and doxy
2007-03-21 12:45:46 +00:00
Andreas Meyer 8271c9fa95 tex2doxy: added
* logging with verbosity levels
  * cmdline parsing (doxy and tex xml filenames)
2007-02-27 22:53:21 +00:00
Andreas Meyer 46f90ca21a tex2doxy: normalize function names even more. substitute
template parameters by $0...n to work around different spellings
(like ForwardIter and ForwardIterator).
2007-02-26 00:42:52 +00:00
Andreas Meyer 8c972cf9b6 now tex2doxy is immune against different spellings in
doc_tex and actual code (regarding function parameters). 
before comparing declaration-strings, they are normalized:
 * variable names and default values are eliminated
 * spaces are compressed/removed
 * function argument types can be (nested) template parameters, 
   pointers and arrays (not mixed with "(" and ")", however)
2007-02-25 20:38:57 +00:00
Andreas Meyer 1894f1146b now tex2doxy can find for each doc_tex struct/class memberfunction,
the corresponding doxygen memberfunction. this demonstrates that 
(semi)automatic conversion is feasible.
2007-02-23 22:59:44 +00:00
Andreas Meyer 71ce100e52 added conversion script doc_tex -> doxygen. currently, it can
read in xml files from our tools and from doxygen and list 
some interesting features (classes, functions, their locations in c++ code, 
their current documentation etc)
2007-02-20 13:47:13 +00:00