diff --git a/_i_t_a2_string_8h_source.html b/_i_t_a2_string_8h_source.html
index d8be366e..4bc21024 100644
--- a/_i_t_a2_string_8h_source.html
+++ b/_i_t_a2_string_8h_source.html
@@ -133,10 +133,10 @@ $(document).ready(function(){initNavTree('_i_t_a2_string_8h_source.html',''); in
ITA2-encoded string.
Definition: ITA2String.h:24
-uint8_t * byteArr()
Gets the ITA2 representation of the ASCII string set in constructor.
Definition: ITA2String.cpp:39
-size_t length()
Gets the length of the ITA2 string. This number is not the same as the length of ASCII-encoded string...
Definition: ITA2String.cpp:27
-ITA2String(char c)
Default single-character constructor.
Definition: ITA2String.cpp:3
-~ITA2String()
Default destructor.
Definition: ITA2String.cpp:21
+uint8_t * byteArr()
Gets the ITA2 representation of the ASCII string set in constructor.
Definition: ITA2String.cpp:41
+size_t length()
Gets the length of the ITA2 string. This number is not the same as the length of ASCII-encoded string...
Definition: ITA2String.cpp:29
+ITA2String(char c)
Default single-character constructor.
Definition: ITA2String.cpp:5
+~ITA2String()
Default destructor.
Definition: ITA2String.cpp:23