Skip to content

Commit cac4c16

Browse files
author
Valentin Vetter
committed
fix(viewport): fix javadoc
1 parent 9736bbd commit cac4c16

File tree

1 file changed

+3
-2
lines changed
  • engine/modules/viewport/src/main/java/com/codingame/gameengine/module/viewport

1 file changed

+3
-2
lines changed

engine/modules/viewport/src/main/java/com/codingame/gameengine/module/viewport/ViewportModule.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
/**
1515
* The ViewportModule allows you to create a zoomable/draggable container.
1616
*
17-
* @see https://davidfig.github.io/pixi-viewport/jsdoc/
17+
* @see <a href="https://davidfig.github.io/pixi-viewport/jsdoc/">pixi-viewport</a>
1818
*
1919
*/
2020
@Singleton
@@ -54,7 +54,8 @@ private void sendFrameData() {
5454
/**
5555
* Wraps the given Group in a Viewport.
5656
*
57-
* @param group A group to wrap into a Viewport
57+
* @param group
58+
* A group to wrap into a Viewport
5859
*/
5960
public void createViewport(Group group) {
6061
int entityId = group.getId();

0 commit comments

Comments
 (0)