Skip to content

Commit

Permalink
Rename doc folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashienzsch committed May 22, 2019
1 parent 2a81437 commit 78969b8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ instance/
.scrapy

# Sphinx documentation
docs/_build/
doc/_build/

# PyBuilder
target/
Expand Down
3 changes: 2 additions & 1 deletion Doxyfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ PROJECT_NUMBER = 0.4.0
# Main page and input dirs
USE_MDFILE_AS_MAINPAGE = README.md
INPUT = README.md \
Source
Source \
doc
INPUT_ENCODING = UTF-8
FILE_PATTERNS = *.hpp *.h *.md
RECURSIVE = YES
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Used as a playground to learn the [JUCE](https://github.com/WeAreRoli/JUCE) fram

## Screenshot

![tobanteAudio modEQ](docs/modEQ_screenshot_plugin.png)
![tobanteAudio modEQ](doc/modEQ_screenshot_plugin.png)

## Clone

Expand Down
File renamed without changes
3 changes: 2 additions & 1 deletion modEQ.jucer
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
aaxIdentifier="com.tobanteAudio.modEQ" pluginVST3Category="Analyzer,EQ,Fx"
binaryDataNamespace="TobanteAudioData" cppLanguageStandard="17"
pluginFormats="buildAU,buildStandalone,buildVST3" companyCopyright="GNU GENERAL PUBLIC LICENSE Version 3"
displaySplashScreen="0" reportAppUsage="0" compilerFlagSchemes="NewScheme">
displaySplashScreen="0" reportAppUsage="0" compilerFlagSchemes="NewScheme"
projectLineFeed="
">
<MAINGROUP id="EssRVE" name="modEQ">
<GROUP id="{0C3DA829-D5EA-35DC-FD4E-83860C411AA3}" name="Tests">
<FILE id="zbZH1v" name="test_main.cpp" compile="1" resource="0" file="Tests/test_main.cpp"/>
Expand Down

0 comments on commit 78969b8

Please sign in to comment.