-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDoxyMain.h
40 lines (38 loc) · 1.43 KB
/
DoxyMain.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
/*! \mainpage
Source browser of github repo [bux](https://github.com/buck-yeh/bux)
*/
/*! \namespace bux
\brief THE common namespace of \c bux library
*/
/*! \namespace bux::user
\brief Function prototypes declared in this subnamespace are required to be implemented by user so that
functions declared under namespace \c bux in the same header can be linked properly without errors.
*/
/// \example test/hrtn.cpp
/// \example test/smoke_cerrlog.cpp
/// \example test/smoke_coutlog.cpp
/// \example test/smoke_ezargs.cpp
/// \example test/smoke_filelog.cpp
/// \example test/smoke_filtlog.cpp
/// \example test/smoke_paralog.cpp
/// \example test/smoke_timelog.cpp
/// \example test/smoke_timestamp.cpp
/// \example test/test_atomix.cpp
/// \example test/test_expand_env.cpp
/// \example test/test_ezargs.cpp
/// \example test/test_ezscape.cpp
/// \example test/test_lexbase.cpp
/// \example test/test_logger.cpp
/// \example test/test_paralog.cpp
/// \example test/test_PO.cpp
/// \example test/test_unicodecvt.cpp
/// \example parsergen/ParserGen/main.cpp
/// \example parsergen/ParserGen/GrammarStrip.cpp
/// \example parsergen/ScannerGen/main.cpp
/// \example parsergen/example/BisonGLR/main.cpp
/// \example parsergen/example/CalcInt/main.cpp
/// \example parsergen/example/MinLang/main.cpp
/// \example JSON/src/JsonObjs.cpp
/// \example JSON/src/ParseJSON.cpp
/// \example JSON/test/test_json.cpp
/// \example ParseSQL/src/formatsql.cpp