All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
search/analyzer/readme.h
Go to the documentation of this file.
1 /* readme.h
2  */
3 #ifndef _README_H
4 #define _README_H
5 
6 namespace osl
7 {
8  namespace search
9  {
13  namespace analyzer
14  {
15  }
16  }
17 }
18 #endif /* _README_H */
19 // ;;; Local Variables:
20 // ;;; mode:c++
21 // ;;; c-basic-offset:2
22 // ;;; End: