Warning, /kdevelop/kdevelop/plugins/astyle/3rdparty/libastyle/README is written in an unsupported language. File is not indexed.

0001 This is a copy of the official AStyle library, currently version 3.1 .
0002 
0003 See: http://astyle.sourceforge.net/
0004 License: http://astyle.sourceforge.net/license.html
0005 
0006 You should *not* touch this code, besides rebasing it against an official
0007 Astyle release.
0008 
0009 When you find a bug, fix it upstream, see e.g. http://astyle.sourceforge.net/subversion.html
0010 
0011 When you still have to touch this code, please mark your changes explicitly,
0012 for example this would be good:
0013 
0014   ...
0015   //BEGIN KDEVELOP
0016   // see also: {link to reviewboard or bug}
0017   ... your changes here
0018   //END KDEVELOP
0019   ...
0020 
0021 This makes it easier to rebase them afterwards onto a new AStyle release.
0022 
0023 Also make sure you add a unit test!