xo-tokenizer: + doc for tokenizer + other doc-related improvements
This commit is contained in:
parent
fbfd5b2861
commit
573afb6030
9 changed files with 143 additions and 30 deletions
|
|
@ -6,9 +6,6 @@ set(SELF_SRCS
|
|||
token.cpp)
|
||||
|
||||
xo_add_shared_library4(${SELF_LIB} ${PROJECT_NAME}Targets ${PROJECT_VERSION} 1 ${SELF_SRCS})
|
||||
#xo_dependency(${SELF_LIB} refcnt)
|
||||
xo_dependency(${SELF_LIB} indentlog)
|
||||
#xo_dependency(${SELF_LIB} subsys)
|
||||
#xo_boost_dependency(${SELF_LIB})
|
||||
|
||||
# end CMakeLists.txt
|
||||
|
|
|
|||
|
|
@ -63,5 +63,4 @@ namespace xo {
|
|||
} /*namespace scm*/
|
||||
} /*namespace xo*/
|
||||
|
||||
|
||||
/* end tokentype.cpp */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue