Skip to content

Commit

Permalink
Remove file path comments (#140)
Browse files Browse the repository at this point in the history
Resolves #139 (Remove file path comments).
  • Loading branch information
apcountryman authored Mar 28, 2024
1 parent eccdf2d commit 0fd514d
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# KIND, either express or implied. See the License for the specific language governing
# permissions and limitations under the License.

# File: .github/workflows/ci.yml
# Description: GitHub Actions CI workflow for the toolchain-avr-gcc repository.

name: CI
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# KIND, either express or implied. See the License for the specific language governing
# permissions and limitations under the License.

# File: .gitignore
# Description: Git ignore rules for the toolchain-avr-gcc repository.

# ignore the build directory
Expand Down
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# KIND, either express or implied. See the License for the specific language governing
# permissions and limitations under the License.

# File: CMakeLists.txt
# Description: toolchain-avr-gcc core CMake rules.

cmake_minimum_required( VERSION 3.13.4 )
Expand Down
1 change: 0 additions & 1 deletion avrdude-utilities.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# KIND, either express or implied. See the License for the specific language governing
# permissions and limitations under the License.

# File: avrdude-utilities.cmake
# Description: CMake avrdude utilities.

set( TOOLCHAIN_AVR_GCC_DIR "${CMAKE_CURRENT_LIST_DIR}" )
Expand Down
1 change: 0 additions & 1 deletion ci/analyze
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# KIND, either express or implied. See the License for the specific language governing
# permissions and limitations under the License.

# File: ci/analyze
# Description: toolchain-avr-gcc repository CI static analysis script.

function error()
Expand Down
1 change: 0 additions & 1 deletion git/hooks/install
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# KIND, either express or implied. See the License for the specific language governing
# permissions and limitations under the License.

# File: git/hooks/install
# Description: Git hooks install script for the toolchain-avr-gcc repository.

function error()
Expand Down
1 change: 0 additions & 1 deletion git/hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# KIND, either express or implied. See the License for the specific language governing
# permissions and limitations under the License.

# File: git/hooks/pre-commit
# Description: Git pre-commit hook script for the toolchain-avr-gcc repository.

function message()
Expand Down
1 change: 0 additions & 1 deletion toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# KIND, either express or implied. See the License for the specific language governing
# permissions and limitations under the License.

# File: toolchain.cmake
# Description: avr-gcc CMake toolchain.

cmake_minimum_required( VERSION 3.13.4 )
Expand Down

0 comments on commit 0fd514d

Please sign in to comment.