Skip to content

Commit

Permalink
Update Doxygen Docs
Browse files Browse the repository at this point in the history
Include IPlugExtras folder
  • Loading branch information
olilarkin committed Dec 1, 2024
1 parent e8c17e1 commit bdeb812
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 98 deletions.
18 changes: 17 additions & 1 deletion Documentation/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ EXCLUDE = ../IGraphics/NanoVG \
../IGraphics/NanoSVG \
../IGraphics/freetype \
../IGraphics/MetalNanoVG \
../IGraphics/Platforms/IGraphicsWin_dnd.h \
../IGraphics/stb \
../IPlug/AAX/IPlugAAX_Describe.cpp \
../IPlug/AAX/IPlugAAX_Parameters.cpp \
Expand All @@ -134,11 +135,26 @@ EXCLUDE = ../IGraphics/NanoVG \
../IPlug/AUv3/GenericUI.mm \
../IPlug/AUv3/IPlugAUAudioUnit.h \
../IPlug/AUv3/IPlugAUAudioUnit.mm \
../IPlug/AUv3/IPlugAUViewController.h \
../IPlug/AUv3/IPlugAUViewController.mm \
../IPlug/AUv2/dfx-au-utilities.h \
../IPlug/AUv2/dfx-au-utilities.c \
../IPlug/AUv2/IPlugAU_view_factory.mm \
../IPlug/WEB/Template
../IPlug/WEB/Template \
../IPlug/Extras/HIIR \
../IPlug/Extras/WebView/IPlugWKWebView.h \
../IPlug/Extras/WebView/IPlugWKWebView.mm \
../IPlug/Extras/WebView/IPlugWKWebViewDelegate.mm \
../IPlug/Extras/WebView/IPlugWKWebViewDelegate.h \
../IPlug/Extras/WebView/IPlugWKWebViewUIDelegate.mm \
../IPlug/Extras/WebView/IPlugWKWebViewUIDelegate.h \
../IPlug/Extras/WebView/IPlugWKWebViewScriptMessageHandler.h \
../IPlug/Extras/WebView/IPlugWKWebViewScriptMessageHandler.mm \
../IPlug/Extras/WebView/IPlugWebView_win.cpp \
../IPlug/Extras/WebView/IPlugWebView_mac.mm \
../IPlug/Extras/WebView/IPlugWebView.cpp \
../IPlug/Extras/WebView/IPlugWebViewEditorDelegate.mm \
../IPlug/Extras/WebView/IPlugWebViewEditorDelegate.cpp \


EXCLUDE_SYMLINKS = NO
Expand Down
20 changes: 0 additions & 20 deletions Documentation/iosapp.md

This file was deleted.

65 changes: 0 additions & 65 deletions Documentation/quickstart.md

This file was deleted.

24 changes: 12 additions & 12 deletions Documentation/structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@ TODO: explain
| installer/license.rtf | License text for macOS and Windows installer |
| installer/readmemacOS.rtf | macOS installer readme page |
| installer/readmewin.rtf | Windows installer readme page |
| IPlugEffect-app.props | Visual Studio 2019 property sheet to provide settings that are shared between standalone x86/x64 |
| IPlugEffect-app.vcxproj | VS2019 project for standalone |
| IPlugEffect-app.vcxproj.filters | VS2019 settings file (don't edit manually) |
| IPlugEffect-app.vcxproj.user | VS2019 settings file (don't edit manually) |
| IPlugEffect-vst2.props | VS2019 property sheet to provide settings that are shared between VST2 x86/x64 |
| IPlugEffect-vst2.vcxproj | VS2019 project for VST2 |
| IPlugEffect-vst2.vcxproj.user | VS2019 settings file (don't edit manually) |
| IPlugEffect-vst3.props | VS2019 property sheet to provide settings that are shared between VST3 x86/x64 |
| IPlugEffect-vst3.vcxproj | VS2019 project for VST3 |
| IPlugEffect-vst3.vcxproj.filters | VS2019 settings file (don't edit manually) |
| IPlugEffect-vst3.vcxproj.user | VS2019 settings file (don't edit manually) |
| IPlugEffect-app.props | Visual Studio 2022 property sheet to provide settings that are shared between standalone x86/x64 |
| IPlugEffect-app.vcxproj | VS2022 project for standalone |
| IPlugEffect-app.vcxproj.filters | VS2022 settings file (don't edit manually) |
| IPlugEffect-app.vcxproj.user | VS2022 settings file (don't edit manually) |
| IPlugEffect-vst2.props | VS2022 property sheet to provide settings that are shared between VST2 x86/x64 |
| IPlugEffect-vst2.vcxproj | VS2022 project for VST2 |
| IPlugEffect-vst2.vcxproj.user | VS2022 settings file (don't edit manually) |
| IPlugEffect-vst3.props | VS2022 property sheet to provide settings that are shared between VST3 x86/x64 |
| IPlugEffect-vst3.vcxproj | VS2022 project for VST3 |
| IPlugEffect-vst3.vcxproj.filters | VS2022 settings file (don't edit manually) |
| IPlugEffect-vst3.vcxproj.user | VS2022 settings file (don't edit manually) |
| IPlugEffect.cpp | Source code - plugin's implementation |
| IPlugEffect.exp | macOS auv2 symbol exports file |
| IPlugEffect.h | Source code - plugin's interface |
| IPlugEffect.rc | Windows .rc resource file |
| IPlugEffect.sln | VS2019 solution for Windows VST2, VST3 and standalone builds |
| IPlugEffect.sln | VS2022 solution for Windows VST2, VST3 and standalone builds |
| IPlugEffect.xcconfig | Xcode xcconfig file to provide settings that span various targets (includes ../../common-mac.xcconfig) |
| IPlugEffect.xcodeproj | Main xcode project (3.2) for all macOS builds |
| makedist-mac.command | macOS script to build all binaries and package them in an installer with accompanying files |
Expand Down

0 comments on commit bdeb812

Please sign in to comment.