Fix doxygen warnings.

This commit is contained in:
Adrien Destugues 2018-01-25 07:39:28 +01:00
parent 837773ea1d
commit f3bf217bb6

View File

@ -40,14 +40,10 @@ extern byte * FX_feedback_screen;
/////////////////////////// BACKUP /////////////////////////////////////// /////////////////////////// BACKUP ///////////////////////////////////////
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
/// The pixels of visible layers, flattened copy.
//extern T_Bitmap Main_visible_image;
/// The pixels of visible layers, flattened copy, used for no-feedback effects. /// The pixels of visible layers, flattened copy, used for no-feedback effects.
extern T_Bitmap Main_visible_image_backup; 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 from ::Main.visible_image. Points to the right layer.
extern T_Bitmap Main_visible_image_depth_buffer; extern T_Bitmap Main_visible_image_depth_buffer;
/// The pixels of visible layers for the spare page, flattened copy.
//extern T_Bitmap Spare_visible_image;
/// ///
/// INDIVIDUAL PAGES /// INDIVIDUAL PAGES