You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ Library **cpp-strings** is fully templated. Just download header file `cppstring
10
10
* Class`pcs::CppString` specializes the templated class with`char` characters.
11
11
* Class`pcs::CppWString` specializes the templated class with`wchar_t` characters.
12
12
13
-
The**cpp-strings**HTML documentation is available here:[html/index.html](html/index.html).
13
+
The cpp-strings**HTML documentation** is available here:[cpp-strings/html/index.html](cpp-strings/html/index.html).
14
14
15
15
Library**cpp-strings** is implemented with the currently most recent c++ standard available with gcc, clang and msvc c++ compilers, i.e. standard**c++20**.
16
16
@@ -99,7 +99,7 @@ N.B. "*planned for a next release*" does not imply that a fixed date is planned
99
99
---
100
100
##Documentation
101
101
102
-
The**cpp-strings** HTML documentation is available here:[html/index.html](html/index.html).
102
+
The**cpp-strings** HTML documentation is available here:[cpp-strings/html/index.html](cpp-strings/html/index.html).
103
103
104
104
It has then been produced with the great utility**doxygen** developed by Vicente Hernando (the doxygen Github repository can be accessed[here](https://github.com/doxygen/doxygen), and the utility can be downloaded from there:[https://www.doxygen.nl/download.html](https://www.doxygen.nl/download.html)).