Commit graph

4 commits

Author SHA1 Message Date
Andreas Volz
1c8e43e6d6 - NO FUNCTIONAL CODE CHANGES!!!!
- changed code formating from tabs to spaces and others
- used astyle with this option:
  --style=ansi --indent=spaces=2 -M --pad-oper --unpad-paren --pad-header --align-pointer=name --lineend=linux
2011-11-28 12:44:11 +01:00
Jesus Ruiz
d91fb952d3 Fix code generator: Put on the array only the next element after 'a'.
For example "(aii)" produced:

member(const ::DBus::Struct< std::vector< int32_t, int32_t > >& arg)

And now it produces:

member(const ::DBus::Struct< std::vector< int32_t >, int32_t >& arg)
2011-09-20 15:15:24 +02:00
Andreas Volz
f88e32ba32 some header and include changes 2009-03-29 13:52:24 +02:00
Andreas Volz
7424df631d split into multiple files for better organization 2009-03-28 22:27:08 +01:00