Skip to content

Commit

Permalink
Removed * from the comments under the adapter condition shdr examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwickelhaus committed Oct 17, 2023
1 parent bf04910 commit 9a8e22a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1000,15 +1000,15 @@ Conditions require six (6) fields as follows:

<timestamp>|<data_item_name>|<level>|<native_code>|<native_severity>|<qualifier>|<message>

* Condition id and native code are set to the same value given as <native_code>
Condition id and native code are set to the same value given as <native_code>

<timestamp>|<data_item_name>|<level>|<native_code>:<condition_id>|<native_severity>|<qualifier>|<message>

* Condition id is set to condition_id and native code is set to native_code
Condition id is set to condition_id and native code is set to native_code

<timestamp>|<data_item_name>|<level>|<condition_id>|<native_severity>|<qualifier>|<message>

* Condition id is set to condition_id and native code is not set
Condition id is set to condition_id and native code is not set


For a complete description of these fields, see the standard. An example line will look like this:
Expand Down Expand Up @@ -1482,7 +1482,7 @@ to instruct conan to not parallelize the builds. Some of the modules that includ

### Build the agent

conan create cppagent -pr cppagent/conan/profile/gcc --build=missing
conan create cppagent -pr cppagent/conan/profiles/gcc --build=missing

## Building on Mac OS

Expand All @@ -1503,11 +1503,11 @@ Install brew and xcode command line tools

### Build the agent

conan create cppagent -pr cppagent/conan/profile/macos --build=missing
conan create cppagent -pr cppagent/conan/profiles/macos --build=missing

### Generate an xcode project for debugging

conan build . -pr conan/profile/xcode -s build_type=Debug --build=missing -o development=True
conan build . -pr conan/profiles/xcode -s build_type=Debug --build=missing -o development=True

## Building on Fedora Alpine

Expand All @@ -1527,7 +1527,7 @@ Install brew and xcode command line tools

### Build the agent

conan create cppagent -pr cppagent/conan/profile/gcc --build=missing
conan create cppagent -pr cppagent/conan/profiles/gcc --build=missing

## For some examples, see the CI/CD workflows in `.github/workflows/build.yml`

Expand Down

0 comments on commit 9a8e22a

Please sign in to comment.