Skip to content

Commit

Permalink
Try to fix broken macro.
Browse files Browse the repository at this point in the history
* SRAL_API
  • Loading branch information
m1maker committed Feb 9, 2025
1 parent 2043db4 commit abea564
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Include/SRAL.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@file SRAL.h
@brief This header file defines the Screen Reader Abstraction Library (SRAL).
SRAL provides a unified interface for interacting with various screen reader engines.
SRAL provides a unified interface for interacting with various speech engines.
It abstracts the differences between multiple speech engines, allowing developers to
implement accessibility features in their applications without needing to handle the
specifics of each engine.
Expand All @@ -15,10 +15,7 @@
enabling applications to provide auditory feedback, braille output, and control
over speech parameters such as rate and volume.
@note Ensure that the appropriate engine is installed and configured on the system
where the application utilizing this library is run.
*/
#ifndef SRAL_H_
#define SRAL_H_
#pragma once
Expand Down

0 comments on commit abea564

Please sign in to comment.