Your ROOT_URL in app.ini is https://scm.trinitydesktop.org/gitea/ but you are visiting https://scm.trinitydesktop.net/gitea/TDE/tqt3/src/commit/0752cff40bf64b407933ed90e5bcb74caa493a38/examples/tictac/tictac.doc You should set ROOT_URL correctly, otherwise the web may not work correctly.
tqt3/examples/tictac/tictac.doc

34 lines
524 B

/*
*/
/*! \page tictac-example.html
\ingroup examples
\title Tic Tac Toe
This is an implementation of the Tic-tac-toe game.
We didn't put much effort in making a clever algorithm so it's not a
challenge to play against the computer. Instead, study the source code
to see how you can make reusable components such as the \e TicTacGameBoard
widget.
<hr>
Header file:
\include tictac/tictac.h
<hr>
Implementation:
\include tictac/tictac.cpp
<hr>
Main:
\include tictac/main.cpp
*/