Please use wiki syntax
Dear all!
Every time you provide a code sample or a console output (build log, CMake report), please format it as a code. You can use the pre tag for this:
<pre> several lines of code </pre>
It greatly helps to parse the listing visually. For more information you can check these short or long help pages. Redmine has a nice wiki syntax, so please use it extensively. BTW, if you found a non-formatted code sample, please fix the formatting, it will definitely improve your karma :)
Comments
Also please use language specification for code highlighting. For example:
<pre><code class="cpp"> #include <cv.h> #include <highgui.h> using namespace cv; int main( int argc, char** argv ) { .... return 0; } </code> </рre>