Add missing end quote of a string in the example code of FT_Trace_Set_Level

gsoc-anurag-2023-docs-final
Craig White 2 years ago
parent 115e927540
commit 2342a03a9d
  1. 2
      include/freetype/ftlogging.h

@ -62,7 +62,7 @@ FT_BEGIN_HEADER
* component.
*
* ```
* FT_Trace_Set_Level( "any:7 memory:0 );
* FT_Trace_Set_Level( "any:7 memory:0" );
* ```
*
* @note:

Loading…
Cancel
Save