Skip to content

Commit

Permalink
docs: hide messages namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Bacis committed May 16, 2023
1 parent f4eb500 commit 926e4d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ EXCLUDE_PATTERNS =
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories use the pattern */test/*

EXCLUDE_SYMBOLS = WeArt.Messages.*
EXCLUDE_SYMBOLS = WeArt::Messages::*

# The EXAMPLE_PATH tag can be used to specify one or more files or directories
# that contain example code fragments that are included (see the \include
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Create the WeArtClient and start the communication with the middleware:
weArtClient.Start();
~~~~~~~~~~~~~

@note The call to WeArtClient.Start() will also start the middleware, so be sure to have connected the devices before
\note The call to WeArtClient.Start() will also start the middleware, so be sure to have connected the devices before

# Features

Expand Down
2 changes: 1 addition & 1 deletion docs/example.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Example Project

An example application is available for download together with the C# and C++ SDK [here](https://weart.it/repository/downloads/sdk-low-level/WEART_Low_Level_API_v1.0.zip).
An example application is available for download together with the C# and C++ SDK [here](https://weart.it/repository/downloads/sdk-low-level/WEART_API_Integration_v1.1.zip).

The application is implemented as a Universal Windows app in C#. The Visual Studio Solution is present inside an archive, at ```C#/WEART_API_Integration_v1.1.zip```.

Expand Down

0 comments on commit 926e4d7

Please sign in to comment.