From 926e4d723cf182bd74042face9ef79bd2832c3a0 Mon Sep 17 00:00:00 2001 From: Marco Bacis Date: Tue, 16 May 2023 16:44:32 +0200 Subject: [PATCH] docs: hide messages namespace --- Doxyfile | 2 +- README.md | 2 +- docs/example.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index d3260f5..6017424 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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 diff --git a/README.md b/README.md index dc6181a..877ccf3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/example.md b/docs/example.md index 6bbbaca..93ec5fc 100644 --- a/docs/example.md +++ b/docs/example.md @@ -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```.