Просмотр исходного кода

Added wave to the list of new libraries.

[SVN r28431]
Hartmut Kaiser 21 лет назад
Родитель
Сommit
473ef9f01c
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      libs/libraries.htm

+ 2 - 2
libs/libraries.htm

@@ -242,7 +242,7 @@ how to download, build, and install the libraries.</p>
     <li><a href="variant/index.html">variant</a> - Safe, generic, stack-based discriminated union
     container, from Eric Friedman and Itay Maman.</li>
     <li><a href="wave/index.html">wave</a> -  Standards conformant 
-  implementation of the mandated C99/C++ preprocessor functionality packed behind a easy to use iterator interface, from Hartmut Kaiser </li>
+  implementation of the mandated C99/C++ preprocessor functionality packed behind an easy to use iterator interface, from Hartmut&nbsp;Kaiser </li>
 </ul>
 
 <hr>
@@ -266,7 +266,7 @@ how to download, build, and install the libraries.</p>
     String algorithms library, from Pavol Droba</li>
     <li><a href="tokenizer/index.html">tokenizer</a> - Break of a string or other
       character sequence into a series of tokens, from John Bandela</li>
-    <li><a href="wave/index.html">wave</a> - Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a easy to use iterator interface, from Hartmut Kaiser.</li>
+    <li><a href="wave/index.html">wave</a> - Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind an easy to use iterator interface, from Hartmut&nbsp;Kaiser.</li>
 </ul>
 
 <h3><a name="Containers">Containers</a></h3>

粤ICP备19079148号