Skip to content

Commit

Permalink
Ceedling Packet formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed Nov 29, 2023
1 parent 9ece0fe commit 2930aae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/CeedlingPacket.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ shines at running unit test suites.
- `ceedling clobber 'verbosity[4]' test:all gcov:all release`
1. [All your Ceedling project file options][quick-start-5]

[quick-start-1]: #ceedling-installation--set-up)
[quick-start-1]: #ceedling-installation--set-up
[quick-start-2]: #commented-sample-test-file
[quick-start-3]: #simple-sample-project-file
[quick-start-4]: #now-what-how-do-i-make-it-go
Expand Down Expand Up @@ -2100,7 +2100,7 @@ and needs.

**Default**: `[]` (empty)

### `:defines` ↳ `:cexception`
#### `:defines` ↳ `:cexception`

This project configuration entry adds symbols used to configure CException's features in
its source and header files at compile time.
Expand All @@ -2119,7 +2119,7 @@ these symbols to be added to a build of CException (see link referenced earlier

**Default**: `[]` (empty)

### `:defines` ↳ `:<plugin context>`
#### `:defines` ↳ `:<plugin context>`

Some advanced plugins make use of build contexts as well. For instance, the Ceeding
Gcov plugin uses a context of `:gcov`, surprisingly enough. For any plugins with tools
Expand Down

0 comments on commit 2930aae

Please sign in to comment.