Commit f59e0f1d by Loo Rong Jie

Update comments too

parent fc2185a7
...@@ -99,8 +99,8 @@ endfunction() ...@@ -99,8 +99,8 @@ endfunction()
# absl_internal_awesome_lib # not "awesome_lib"! # absl_internal_awesome_lib # not "awesome_lib"!
# ) # )
# #
# If PUBLIC is set, absl_cc_library will also create an alias absl::${NAME} # If PUBLIC is set, absl_cc_library will instead create a target named
# for public use in addition to absl_internal_${NAME}. # absl_${NAME} and an alias absl::${NAME}.
# #
# absl_cc_library( # absl_cc_library(
# NAME # NAME
...@@ -109,7 +109,7 @@ endfunction() ...@@ -109,7 +109,7 @@ endfunction()
# PUBLIC # PUBLIC
# ) # )
# #
# User can then use the library as absl::main_lib (although absl_internal_main_lib is defined too). # User can then use the library as absl::main_lib (although absl_main_lib is defined too).
# #
# TODO: Implement "ALWAYSLINK" # TODO: Implement "ALWAYSLINK"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment