76
edits
(→Translation: Language template has been fixed) |
(→SyntaxHighlight: Use new syntax) |
||
Line 37: | Line 37: | ||
<pre> | <pre> | ||
< | <syntaxhighlight lang="cpp"> | ||
#include <foo.h> | #include <foo.h> | ||
Line 45: | Line 45: | ||
~MyClass(); | ~MyClass(); | ||
}; | }; | ||
</ | </syntaxhighlight > | ||
</pre> | </pre> | ||
Which gives the following result: | Which gives the following result: | ||
< | <syntaxhighlight lang="cpp"> | ||
#include <foo.h> | #include <foo.h> | ||
Line 58: | Line 58: | ||
~MyClass(); | ~MyClass(); | ||
}; | }; | ||
</ | </syntaxhighlight > | ||
== SimpleMathJax == | == SimpleMathJax == |