chiark / gitweb /
documentation/doxygen: silence a warning.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 9 Jan 2022 22:46:57 +0000 (23:46 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 9 Jan 2022 22:50:25 +0000 (23:50 +0100)
Hopefully this wasn't omitted there for some testing purpose.

documentation/test_doxygen/contents_custom/input.dox

index b3ae71d65cb0bd571de33b1c1105b8fdd49f3fda..42778e153654f158fe29b0751dbbb9d711b1668b 100644 (file)
@@ -71,7 +71,7 @@ above note. WHAT THE HELL!!!
 @m_class{m-code-figure}
 
 @parblock
-@code
+@code{.cpp}
 // this is the code
 printf("The answer to the universe and everything is %d.", 5*9)
 @endcode