Skip to content

Commit fcb7636

Browse files
committed
Properly comment the not used languages
1 parent 0169243 commit fcb7636

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

doc/manual/team.rst

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -420,17 +420,20 @@ for different programming languages.
420420
:language: kotlin
421421
:caption: *A solution in Kotlin*
422422

423-
#.. literalinclude:: ../examples/example.cs
424-
# :language: csharp
425-
# :caption: *A solution in C#*
426-
427-
#.. literalinclude:: ../examples/example.pas
428-
# :language: pas
429-
# :caption: *A solution in Pascal*
430-
431-
#.. literalinclude:: ../examples/example.hs
432-
# :language: hs
433-
# :caption: *A solution in Haskell*
423+
..
424+
.. literalinclude:: ../examples/example.cs
425+
:language: csharp
426+
:caption: *A solution in C#*
427+
428+
..
429+
.. literalinclude:: ../examples/example.pas
430+
:language: pas
431+
:caption: *A solution in Pascal*
432+
433+
..
434+
.. literalinclude:: ../examples/example.hs
435+
:language: hs
436+
:caption: *A solution in Haskell*
434437
435438
Improvements to DOMjudge
436439
------------------------

0 commit comments

Comments
 (0)