Skip to content
Snippets Groups Projects
Commit 0c7b2147 authored by Léa Raya DÉCORNOD's avatar Léa Raya DÉCORNOD
Browse files

[#3] fix @see syntax for external link

parent 3891dd67
1 merge request!3#3 documentation
Pipeline #41677 passed with stages
in 39 seconds
......@@ -2,7 +2,7 @@ package fr.unistra.mathinfo.gl.tp.demo;
/**
* FizzBuzz
* @see https://en.wikipedia.org/wiki/Fizz_buzz
* @see <a href="https://en.wikipedia.org/wiki/Fizz_buzz">FizzBuzz on wikipedia [en]</a>
*/
public interface FizzBuzz {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment