docs
docs copied to clipboard
tools.detected_architecture() is not docummented
function tools.detected_architecture is not documented
/cc @theodelrieu
Just realized about this and some other undocumented tools in https://github.com/conan-io/conan/blob/ceca7b14fd5073b6c77b5e954aff91dee40bcd7a/conans/tools.py#L110
args_to_string = tools_oss.args_to_string
detected_architecture = tools_oss.detected_architecture
get_cross_building_settings = tools_oss.get_cross_building_settings
😮
tools.is_msvc() is undocumented as well
tools.is_msvc()is undocumented as well
https://docs.conan.io/en/latest/reference/conanfile/tools/microsoft.html#conan-tools-microsoft-is-msvc
This one was only created under microsoft namespace, so tools.is_msvc won't be available.