Cleaned up the generation of document tree index
[biaweb2.git] / biawebstrings.hpp
1 #ifndef __BIAWEBSTRINGS__
2 #define __BIAWEBSTRINGS__
3
4 namespace biaweb {
5 const char* GO_UP = "Go up";
6 const char* SUB_CAT = "Sub categories: ";
7 }
8
9 #endif