Hi Rob S,
did you read the Code::Blocks manual (http://www.codeblocks.org/user-manual) :D
In the section Code folding you will find the information for adding a custom folding point.
That is an example how to add it:
//{
code with user defined folding
//}
Bye,
Mario