Try to fix some doxygen warnings.

This commit is contained in:
Adrien Destugues
2018-07-08 08:04:00 +02:00
parent 2eec1f805b
commit 6dc5b89232
4 changed files with 30 additions and 20 deletions

View File

@@ -42,7 +42,10 @@ extern byte * FX_feedback_screen;
/// The pixels of visible layers, flattened copy, used for no-feedback effects.
extern T_Bitmap Main_visible_image_backup;
/// The index of visible pixels from ::Main.visible_image. Points to the right layer.
/** The index of visible pixels Main page ::T_Document.visible_image.
*
* Points to the right layer.
*/
extern T_Bitmap Main_visible_image_depth_buffer;
///