mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Docs: Fix some Doxygen warnings
This commit is contained in:
parent
6c415e16e1
commit
e669fb117e
3 changed files with 4 additions and 10 deletions
|
|
@ -63,7 +63,7 @@ public:
|
|||
of IE. To change this behaviour, you either need to add the following html element into your page's
|
||||
head section:
|
||||
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
|
||||
or you need to change windows registry values for your application. More infromation on the latter
|
||||
can be found here:
|
||||
|
|
@ -179,12 +179,6 @@ public:
|
|||
/** Creates a WebBrowserComponent.
|
||||
|
||||
Once it's created and visible, send the browser to a URL using goToURL().
|
||||
|
||||
@param unloadPageWhenBrowserIsHidden if this is true, then when the browser
|
||||
component is taken offscreen, it'll clear the current page
|
||||
and replace it with a blank page - this can be handy to stop
|
||||
the browser using resources in the background when it's not
|
||||
actually being used.
|
||||
*/
|
||||
explicit WebBrowserComponent (const Options& options);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue