mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Docs: Replace doxygen preprocessor conditionals with @cond and @endconds
This commit is contained in:
parent
26e8d81380
commit
36d07a6ce3
136 changed files with 420 additions and 449 deletions
|
|
@ -1024,7 +1024,7 @@ public:
|
|||
std::unique_ptr<AccessibilityHandler> createAccessibilityHandler() override;
|
||||
|
||||
//==============================================================================
|
||||
#ifndef DOXYGEN
|
||||
/** @cond */
|
||||
// These methods' bool parameters have changed: see the new method signature.
|
||||
[[deprecated]] void setValue (double, bool);
|
||||
[[deprecated]] void setValue (double, bool, bool);
|
||||
|
|
@ -1036,7 +1036,7 @@ public:
|
|||
[[deprecated]] void setMaxValue (double, bool);
|
||||
[[deprecated]] void setMinAndMaxValues (double, double, bool, bool);
|
||||
[[deprecated]] void setMinAndMaxValues (double, double, bool);
|
||||
#endif
|
||||
/** @endcond */
|
||||
|
||||
private:
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue