Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
v0.1.1
  • Loading branch information
AkiyukiOkayasu authored Oct 14, 2021
2 parents ffbece9 + 25f4a38 commit bfca377
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
4 changes: 1 addition & 3 deletions include/ame_AudioBuffer.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
Audio buffer.
@file audioBuffer.hpp
@file ame_AudioBuffer.hpp
@author Akiyuki Okayasu ([email protected])
@copyright Copyright (c) 2021 - Akiyuki Okayasu
Expand All @@ -9,8 +9,6 @@

#pragma once

#include "ame_AudioBuffer.hpp"

#include <algorithm>
#include <array>
#include <cassert>
Expand Down
2 changes: 1 addition & 1 deletion include/ame_Delay.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
Fractional delay.
@file delay.hpp
@file ame_Delay.hpp
@author Akiyuki Okayasu ([email protected])
@copyright Copyright (c) 2021 - Akiyuki Okayasu
Expand Down
4 changes: 2 additions & 2 deletions include/ame_Math.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
Special functions
@file specialFunctions.hpp
Math functions
@file ame_Math.hpp
@author Akiyuki Okayasu ([email protected])
@copyright Copyright (c) 2021 - Akiyuki Okayasu
Expand Down
2 changes: 1 addition & 1 deletion include/ame_String.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
String utilities.
@file stringUtilities.hpp
@file ame_String.hpp
@author Akiyuki Okayasu ([email protected])
@copyright Copyright (c) 2021 - Akiyuki Okayasu
Expand Down

0 comments on commit bfca377

Please sign in to comment.