correection in documentation

master
Marc Wäckerlin 20 years ago
parent c238875c2e
commit ea344cd354
  1. 5
      mrw/file.hpp

@ -10,6 +10,9 @@
@license LGPL, see file <a href="license.html">COPYING</a> @license LGPL, see file <a href="license.html">COPYING</a>
$Log$ $Log$
Revision 1.3 2005/02/18 15:52:20 marc
correection in documentation
Revision 1.2 2005/01/28 07:49:32 marc Revision 1.2 2005/01/28 07:49:32 marc
Save configuration using file.hpp Save configuration using file.hpp
@ -285,7 +288,7 @@ namespace mrw {
@code @code
mrw::Dir dir("/home"); mrw::Dir dir("/home");
while (dir) { while (dir) {
dirent entry(dir()); mrw::Dir::Entry entry(dir());
... ...
} }
@endcode @endcode

Loading…
Cancel
Save