Skip to content

Commit c5ce7b4

Browse files
authored
restore formatting
1 parent 2a6dab5 commit c5ce7b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/library-specification.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ otherwise below, **all fields are required**. The available fields are:
8080
files in the linker command directly, all .o files are saved into a .a file, which is then included in the linker
8181
command. [1.5 format library folder structure](#layout-of-folders-and-files) is required.
8282
- **includes** - **(available from Arduino IDE 1.6.10)** (optional) a comma separated list, indicating the set of files
83-
that a sketch would need to include (as #include <...> lines) in order to use the library. This property informs the
84-
"Include library" command in the Arduino IDE, which auto-inserts those lines into a sketch. If the includes property
83+
that a sketch would need to include (as `#include <...>` lines) in order to use the library. This property informs the
84+
"Include library" command in the Arduino IDE, which auto-inserts those lines into a sketch. If the `includes` property
8585
is missing, all the header files (.h) on the root source folder are inserted.
8686
- **precompiled** - **(available from Arduino IDE 1.8.6/arduino-builder 1.4.0)** (optional) enables support for .a
8787
(archive) and .so (shared object) files. See the ["Precompiled binaries"](#precompiled-binaries) section for

0 commit comments

Comments
 (0)