online_help.h 358 Bytes
Newer Older
1 2 3 4
/**
 * @file online_help.h
 * @brief Definitions for online help for KiCad.
 */
5 6 7

#ifndef ONLINE_HELP_H
#define ONLINE_HELP_H
8 9

/*
10
 * KiCad uses HTML or PDF file format in the online help (help command)
11
 * Comment one of these 2 lines
12
 */
13 14 15 16

#define ONLINE_HELP_FILES_FORMAT_IS_PDF
//#define ONLINE_HELP_FILES_FORMAT_IS_HTML

17
#endif  /* #ifndef ONLINE_HELP_H */