docs icon indicating copy to clipboard operation
docs copied to clipboard

tools.detected_architecture() is not docummented

Open SSE4 opened this issue 6 years ago • 3 comments

function tools.detected_architecture is not documented

/cc @theodelrieu

SSE4 avatar Jan 21 '19 09:01 SSE4

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

😮

danimtb avatar Jan 21 '19 10:01 danimtb

tools.is_msvc() is undocumented as well

Croydon avatar May 13 '22 11:05 Croydon

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.

uilianries avatar May 17 '22 06:05 uilianries