blob: e8ec66f04306feb2d62e86f01c594b080b888a80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/**
* @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 */
|