You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by mc...@apache.org on 2004/05/20 12:12:49 UTC

cvs commit: logging-log4cxx/docs introduction.dox

mcatan      2004/05/20 03:12:49

  Modified:    docs     introduction.dox
  Log:
  updated examples
  
  Revision  Changes    Path
  1.5       +3 -3      logging-log4cxx/docs/introduction.dox
  
  Index: introduction.dox
  ===================================================================
  RCS file: /home/cvs/logging-log4cxx/docs/introduction.dox,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- introduction.dox	18 Apr 2004 07:26:30 -0000	1.4
  +++ introduction.dox	20 May 2004 10:12:49 -0000	1.5
  @@ -448,7 +448,7 @@
   @code
   // file MyApp.cpp
   
  -#include "com/foo/bar.h";
  +#include "com/foo/bar.h"
   using namespace com::foo;
   
   // include log4cxx header files.
  @@ -496,7 +496,7 @@
   @code
   // file <com/foo/bar.h>
   
  -#include <log4cxx/logger.h>;
  +#include <log4cxx/logger.h>
   
   namespace com
   {
  @@ -565,7 +565,7 @@
   @code
   // file MyApp2.cpp
   
  -#include "com/foo/bar.h";
  +#include "com/foo/bar.h"
   using namespace com::foo;
   
   // include log4cxx header files.