conan-io / docs

conan.io reStructuredText documentation
http://docs.conan.io
MIT License
110 stars 360 forks source link

tools.detected_architecture() is not docummented #1035

Open SSE4 opened 5 years ago

SSE4 commented 5 years ago

function tools.detected_architecture is not documented

/cc @theodelrieu

danimtb commented 5 years ago

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

😮

Croydon commented 2 years ago

tools.is_msvc() is undocumented as well

uilianries commented 2 years ago

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.