Browse Source

Docs: Fix some Doxygen warnings

v6.1.6
ed 4 years ago
parent
commit
d39d0f4885
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      modules/juce_audio_plugin_client/utility/juce_LinuxMessageThread.h
  2. +1
    -0
      modules/juce_gui_extra/misc/juce_WebBrowserComponent.h

+ 1
- 0
modules/juce_audio_plugin_client/utility/juce_LinuxMessageThread.h View File

@@ -33,6 +33,7 @@ namespace juce
// Implemented in juce_linux_Messaging.cpp
bool dispatchNextMessageOnSystemQueue (bool returnIfNoPendingMessages);
/** @internal */
class MessageThread
{
public:


+ 1
- 0
modules/juce_gui_extra/misc/juce_WebBrowserComponent.h View File

@@ -144,6 +144,7 @@ public:
protected:
friend class WindowsWebView2WebBrowserComponent;
/** @internal */
struct ConstructWithoutPimpl
{
explicit ConstructWithoutPimpl (bool unloadOnHide) : unloadWhenHidden (unloadOnHide) {}


Loading…
Cancel
Save