kde-extraapps/kdevelop/formatters/astyle/lib
2015-07-26 14:23:17 +03:00
..
ASBeautifier.cpp generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
ASEnhancer.cpp generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
ASFormatter.cpp generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
ASResource.cpp generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
astyle.h generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00
README generic: import kdevplatform and kdevelop 2015-07-26 14:23:17 +03:00

This is a copy of the official AStyle library.

See: http://astyle.sourceforge.net/
License: http://astyle.sourceforge.net/license.html

You should *not* touch this code, besides rebasing it against an official
Astyle release.

When you find a bug, fix it upstream, see e.g. http://astyle.sourceforge.net/subversion.html

When you still have to touch this code, please mark your changes explicitly,
for example this would be good:

  ...
  //BEGIN KDEVELOP
  // see also: {link to reviewboard or bug}
  ... your changes here
  //END KDEVELOP
  ...

This makes it easier to rebase them afterwards onto a new AStyle release.

Also make sure you add a unit test!