]> git.lyx.org Git - features.git/blobdiff - src/support/lyxlib.h
make doc++ able to generate the source documentation for lyx
[features.git] / src / support / lyxlib.h
index 5d75f098c6b1b7bf627d8aac635f8c8c54c2f529..cfde2af5baf1db23c93abe6ccb3133439bc1bef7 100644 (file)
@@ -4,8 +4,8 @@
  * 
  *           LyX, The Document Processor
  *        
- *           Copyright (C) 1995 Matthias Ettrich
- *           Copyright (C) 1995-1999 The LyX Team.
+ *           Copyright 1995 Matthias Ettrich
+ *           Copyright 1995-2000 The LyX Team.
  *
  * ====================================================== */
 
@@ -20,6 +20,7 @@
 
 // This should have been a namespace
 #ifdef CXX_WORKING_NAMESPACES
+///
 namespace lyx {
        ///
        char * getcwd(char * buffer, size_t size);
@@ -41,6 +42,7 @@ namespace lyx {
        int putenv(char const * str);
 }
 #else
+///
 struct lyx {
        ///
        static char * getcwd(char * buffer, size_t size);