Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Feb 21, 2024
1 parent d35369a commit 0c3a540
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Generate Doxygen Documentation for Slice
working-directory: ./doxygen
run: doxygen Doxyfile
run: doxygen

- name: Upload Doxygen Documentation Artifact
uses: actions/upload-artifact@v2
Expand All @@ -41,7 +41,7 @@ jobs:
run: |
make generate-srcs
cd doxygen
doxygen Doxyfile
doxygen
- name: Upload Doxygen Documentation Artifact
uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion slice/Ice/Router.ice
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
module Ice
{

/// The Ice router interface. Routers can be set either globally with {@link Communicator#setDefaultRouter}, or with
/// The Ice router interface. Routers can be set either globally though the <code>Communicator</code>, or with
/// <code>ice_router</code> on specific proxies.
interface Router
{
Expand Down
2 changes: 1 addition & 1 deletion slice/IceBox/ServiceManager.ice
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ interface ServiceObserver
void servicesStopped(Ice::StringSeq services);
}

/// Administers a set of {@link Service} instances.
/// Administers a set of IceBox Service instances.
/// @see Service
interface ServiceManager
{
Expand Down

0 comments on commit 0c3a540

Please sign in to comment.