Rename files according to the name of classes they are defining

This commit is contained in:
jean-pierre charras 2018-01-29 13:38:23 +01:00
parent a0ac1a48c2
commit bc76ec4d67
4 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@
*/
/**
* @file basicframe.cpp
* @file eda_base_frame.cpp
* @brief EDA_BASE_FRAME class implementation.
*/

View File

@ -24,7 +24,7 @@
*/
/**
* @file wxstruct.h
* @file eda_base_frame.h
* @brief Base window classes and related definitions.
*/

View File

@ -24,12 +24,12 @@
*/
/**
* @file wxBasePcbFrame.h
* @file pcb_base_frame.h
* @brief Classes used in Pcbnew, CvPcb and GerbView.
*/
#ifndef WX_BASE_PCB_FRAME_H_
#define WX_BASE_PCB_FRAME_H_
#ifndef PCB_BASE_FRAME_H
#define PCB_BASE_FRAME_H
#include <vector>
@ -708,4 +708,4 @@ public:
DECLARE_EVENT_TABLE()
};
#endif // WX_BASE_PCB_FRAME_H_
#endif // PCB_BASE_FRAME_H