1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Add missing documentation tag for WebViewLifetimeListener

This commit is contained in:
attila 2025-03-26 09:45:32 +01:00 committed by Attila Szarvas
parent ef5134e288
commit 9c867286ae

View file

@ -49,6 +49,8 @@ class WebBrowserComponent;
WebBrowserComponent::Options::withWebViewLifetimeListener. This can be useful for
types using the WebBrowserComponent::Options::withOptionsFrom function as they have to be
constructed before the WebBrowserComponent.
@tags{GUI}
*/
class JUCE_API WebViewLifetimeListener
{