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
|
|
@ -32,8 +32,7 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
#ifndef DOXYGEN
|
||||
|
||||
/** @cond */
|
||||
namespace juce
|
||||
{
|
||||
|
||||
|
|
@ -49,5 +48,4 @@ struct FunctionPointerDestructor
|
|||
};
|
||||
|
||||
} // namespace juce
|
||||
|
||||
#endif
|
||||
/** @endcond */
|
||||
|
|
|
|||
|
|
@ -32,8 +32,7 @@
|
|||
==============================================================================
|
||||
*/
|
||||
|
||||
#ifndef DOXYGEN
|
||||
|
||||
/** @cond */
|
||||
namespace juce
|
||||
{
|
||||
|
||||
|
|
@ -68,5 +67,4 @@ private:
|
|||
};
|
||||
|
||||
} // namespace juce
|
||||
|
||||
#endif
|
||||
/** @endcond */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue