Misspelled the Bastet's original author's name in the Doxygen tags.
This commit is contained in:
parent
d6e0f74e24
commit
59daa948d4
|
@ -6,12 +6,12 @@
|
|||
/**
|
||||
* @file variant_bastet.c
|
||||
* @brief Implementation of the "Bastard Tetris" module.
|
||||
* @details Based on the game "Bastet" (version 0.41) by Frederico Poloni. His
|
||||
* @details Based on the game "Bastet" (version 0.41) by Federico Poloni. His
|
||||
* code isn't used as the Borg's Tetris framework is too different from
|
||||
* that of "Petris" (on which Bastet is based), but the algorithms of
|
||||
* this implementation are closely modeled after his ideas.
|
||||
* @author Christian Kroll
|
||||
* @see Frederico Poloni's homepage: http://fph.altervista.org/prog/bastet.html
|
||||
* @see Federico Poloni's homepage: http://fph.altervista.org/prog/bastet.html
|
||||
*/
|
||||
|
||||
|
||||
|
|
|
@ -6,12 +6,12 @@
|
|||
/**
|
||||
* @file variant_bastet.h
|
||||
* @brief Public interface of the "Bastard Tetris" module.
|
||||
* @details Based on the game "Bastet" (version 0.41) by Frederico Poloni. His
|
||||
* @details Based on the game "Bastet" (version 0.41) by Federico Poloni. His
|
||||
* code isn't used as the Borg's Tetris framework is too different from
|
||||
* that of "Petris" (on which Bastet is based), but the algorithms of
|
||||
* this implementation are closely modeled after his ideas.
|
||||
* @author Christian Kroll
|
||||
* @see Frederico Poloni's homepage: http://fph.altervista.org/prog/bastet.html
|
||||
* @see Federico Poloni's homepage: http://fph.altervista.org/prog/bastet.html
|
||||
*/
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue