Skip to content
Snippets Groups Projects
Commit dc44caf8 authored by Oliver Sander's avatar Oliver Sander
Browse files

doxygen fix

[[Imported from SVN: r4722]]
parent 1ac88848
No related branches found
No related tags found
No related merge requests found
......@@ -48,13 +48,13 @@ template<class T1, class T2, class T3 = T1> struct Can_multiply {
only function available is no().
Example for compile time check whether two types are the same:
\begincode
\code
IsTrue<SameType<int,int>::value>::yes(); //
IsTrue<SameType<bool,int>::value>::yes(); // false, will trigger a compile time error
\endcode
A test that trigger a compile time error if condition is true:
\begincode
\code
IsTrue<condition>::no()
\endcode
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment