Index: trunk/doc/developer/plugin_conf.h =================================================================== --- trunk/doc/developer/plugin_conf.h (revision 20497) +++ trunk/doc/developer/plugin_conf.h (nonexistent) @@ -1,14 +0,0 @@ -#ifndef PCB_VENDOR_CONF_H -#define PCB_VENDOR_CONF_H - -#include "conf.h" - -typedef struct { - const struct plugins { - const struct vendor { - CFT_BOOLEAN enable; /* Enable vendor mapping */ - } vendor; - } plugins; -} conf_vendor_t; - -#endif Index: trunk/doc/developer/plugin_core_simple.html =================================================================== --- trunk/doc/developer/plugin_core_simple.html (revision 20497) +++ trunk/doc/developer/plugin_core_simple.html (nonexistent) @@ -1,68 +0,0 @@ - - -

pcb-rnd hacking - simple core plugins

- -

Introduction

- -

Setting up a new core plugin

- - - - Index: trunk/doc/developer/plugin_naming.html =================================================================== --- trunk/doc/developer/plugin_naming.html (revision 20497) +++ trunk/doc/developer/plugin_naming.html (nonexistent) @@ -1,16 +0,0 @@ - - -

pcb-rnd hacking - plugin naming conventions

- - - Index: trunk/doc/developer/plugin/conf.h =================================================================== --- trunk/doc/developer/plugin/conf.h (nonexistent) +++ trunk/doc/developer/plugin/conf.h (revision 20498) @@ -0,0 +1,14 @@ +#ifndef PCB_VENDOR_CONF_H +#define PCB_VENDOR_CONF_H + +#include "conf.h" + +typedef struct { + const struct plugins { + const struct vendor { + CFT_BOOLEAN enable; /* Enable vendor mapping */ + } vendor; + } plugins; +} conf_vendor_t; + +#endif Index: trunk/doc/developer/plugin/core_simple.html =================================================================== --- trunk/doc/developer/plugin/core_simple.html (nonexistent) +++ trunk/doc/developer/plugin/core_simple.html (revision 20498) @@ -0,0 +1,68 @@ + + +

pcb-rnd hacking - simple core plugins

+ +

Introduction

+ +

Setting up a new core plugin

+ + + + Index: trunk/doc/developer/plugin/naming.html =================================================================== --- trunk/doc/developer/plugin/naming.html (nonexistent) +++ trunk/doc/developer/plugin/naming.html (revision 20498) @@ -0,0 +1,16 @@ + + +

pcb-rnd hacking - plugin naming conventions

+ + +