mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-03-04 09:11:27 +01:00
update docs
This commit is contained in:
parent
8e3b1dd6d9
commit
feef69ce03
20 changed files with 26 additions and 26 deletions
|
@ -1,5 +1,5 @@
|
|||
/*! \file allegro_utils.c
|
||||
* \brief Helper functions for Allegro.
|
||||
/*! \file gamestate.c
|
||||
* \brief Gamestate management.
|
||||
*/
|
||||
/*
|
||||
* Copyright (c) Sebastian Krzyszkowiak <dos@dosowisko.net>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*! \file allegro_utils.h
|
||||
* \brief Headers of helper functions for Allegro.
|
||||
/*! \file gamestate.h
|
||||
* \brief Gamestate management.
|
||||
*/
|
||||
/*
|
||||
* Copyright (c) Sebastian Krzyszkowiak <dos@dosowisko.net>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*! \file disclaimer.c
|
||||
* \brief Init animation.
|
||||
/*! \file dosowisko.c
|
||||
* \brief Init animation with dosowisko.net logo.
|
||||
*/
|
||||
/*
|
||||
* Copyright (c) Sebastian Krzyszkowiak <dos@dosowisko.net>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*! \file disclaimer.h
|
||||
* \brief Init animation.
|
||||
/*! \file dosowisko.h
|
||||
* \brief Init animation with dosowisko.net logo.
|
||||
*/
|
||||
/*
|
||||
* Copyright (c) Sebastian Krzyszkowiak <dos@dosowisko.net>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*! \file actions.c
|
||||
/*! \file levels/actions.c
|
||||
* \brief Level actions for Timeline Manager.
|
||||
*/
|
||||
/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*! \file actions.h
|
||||
/*! \file levels/actions.h
|
||||
* \brief Header file with Level actions for Timeline Manager.
|
||||
*/
|
||||
/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*! \file levelX.c
|
||||
/*! \file level2.c
|
||||
* \brief Level placeholder code.
|
||||
*/
|
||||
/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*! \file Level2.h
|
||||
/*! \file level2.h
|
||||
* \brief Level 2 headers.
|
||||
*/
|
||||
/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*! \file levelX.c
|
||||
/*! \file level3.c
|
||||
* \brief Level placeholder code.
|
||||
*/
|
||||
/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*! \file Level3.h
|
||||
/*! \file level3.h
|
||||
* \brief Level 3 headers.
|
||||
*/
|
||||
/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*! \file levelX.c
|
||||
/*! \file level4.c
|
||||
* \brief Level placeholder code.
|
||||
*/
|
||||
/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*! \file Level4.h
|
||||
/*! \file level4.h
|
||||
* \brief Level 4 headers.
|
||||
*/
|
||||
/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*! \file levelX.c
|
||||
/*! \file level5.c
|
||||
* \brief Level placeholder code.
|
||||
*/
|
||||
/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*! \file Level5.h
|
||||
/*! \file level5.h
|
||||
* \brief Level 5 headers.
|
||||
*/
|
||||
/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*! \file levelX.c
|
||||
/*! \file level6.c
|
||||
* \brief Level placeholder code.
|
||||
*/
|
||||
/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*! \file Level6.h
|
||||
/*! \file level6.h
|
||||
* \brief Level 6 headers.
|
||||
*/
|
||||
/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*! \file actions.c
|
||||
/*! \file dodger/actions.c
|
||||
* \brief Dodger Level module actions for Timeline Manager.
|
||||
*/
|
||||
/*
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*! \file actions.h
|
||||
/*! \file dodger/actions.h
|
||||
* \brief Header file with Dodger Level module actions for Timeline Manager.
|
||||
*/
|
||||
/*
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*! \file allegro_utils.c
|
||||
* \brief Helper functions for Allegro.
|
||||
/*! \file utils.c
|
||||
* \brief Helper functions.
|
||||
*/
|
||||
/*
|
||||
* Copyright (c) Sebastian Krzyszkowiak <dos@dosowisko.net>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*! \file allegro_utils.h
|
||||
* \brief Headers of helper functions for Allegro.
|
||||
/*! \file utils.h
|
||||
* \brief Headers of helper functions.
|
||||
*/
|
||||
/*
|
||||
* Copyright (c) Sebastian Krzyszkowiak <dos@dosowisko.net>
|
||||
|
|
Loading…
Add table
Reference in a new issue