From 291bec344a99cd4a4874117d31fa1c66194fa81e Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Tue, 13 Jan 2026 15:25:34 -0500 Subject: [willow]: documentation cleanup (#4) --- willow/include/willow/IR/Instruction.h | 2 +- willow/include/willow/IR/Verifier.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'willow/include') diff --git a/willow/include/willow/IR/Instruction.h b/willow/include/willow/IR/Instruction.h index 39e0469..0702b20 100644 --- a/willow/include/willow/IR/Instruction.h +++ b/willow/include/willow/IR/Instruction.h @@ -1,4 +1,4 @@ -#ifndef WILLOW_INCLUDE_Ia_INSTRUCTION_H +#ifndef WILLOW_INCLUDE_IR_INSTRUCTION_H #define WILLOW_INCLUDE_IR_INSTRUCTION_H #include diff --git a/willow/include/willow/IR/Verifier.h b/willow/include/willow/IR/Verifier.h index b5df294..9fe1618 100644 --- a/willow/include/willow/IR/Verifier.h +++ b/willow/include/willow/IR/Verifier.h @@ -1,8 +1,8 @@ #ifndef WILLOW_INCLUDE_IR_VERIFIER_H #define WILLOW_INCLUDE_IR_VERIFIER_H -/// \file These are generic helpers for verification of IR, that can be used to -/// check the validity of a transformation. +/// \file Verifier.h These are generic helpers for verification of IR, that can +/// be used to check the validity of a transformation. #include -- cgit v1.2.3