Rename files according to the name of classes they are defining
This commit is contained in:
parent
a0ac1a48c2
commit
bc76ec4d67
|
@ -24,7 +24,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file basicframe.cpp
|
* @file eda_base_frame.cpp
|
||||||
* @brief EDA_BASE_FRAME class implementation.
|
* @brief EDA_BASE_FRAME class implementation.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -24,7 +24,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file wxstruct.h
|
* @file eda_base_frame.h
|
||||||
* @brief Base window classes and related definitions.
|
* @brief Base window classes and related definitions.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -24,12 +24,12 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file wxBasePcbFrame.h
|
* @file pcb_base_frame.h
|
||||||
* @brief Classes used in Pcbnew, CvPcb and GerbView.
|
* @brief Classes used in Pcbnew, CvPcb and GerbView.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef WX_BASE_PCB_FRAME_H_
|
#ifndef PCB_BASE_FRAME_H
|
||||||
#define WX_BASE_PCB_FRAME_H_
|
#define PCB_BASE_FRAME_H
|
||||||
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
@ -708,4 +708,4 @@ public:
|
||||||
DECLARE_EVENT_TABLE()
|
DECLARE_EVENT_TABLE()
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // WX_BASE_PCB_FRAME_H_
|
#endif // PCB_BASE_FRAME_H
|
Loading…
Reference in New Issue