Therefore our .pdf files can be replaced at any time by .html corresponding files in kicad doc/help sub directories.
14 lines
242 B
C
14 lines
242 B
C
/**
|
|
* @file online_help.h
|
|
* @brief Definitions for online help for KiCad.
|
|
*/
|
|
|
|
#ifndef ONLINE_HELP_H
|
|
#define ONLINE_HELP_H
|
|
|
|
/*
|
|
* KiCad uses HTML or PDF file format in the online help (help command)
|
|
*/
|
|
|
|
#endif /* #ifndef ONLINE_HELP_H */
|