Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e0db6c

Browse files
committed
Update environment.rst
1 parent 0319d2a commit 9e0db6c

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

docs/source/user_api/environment.rst

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,52 @@ assert_throw.h
5252

5353
command.h
5454
---------
55+
56+
.. doxygenclass:: buildcc::env::Command
57+
58+
host_compiler.h
59+
----------------
60+
61+
.. doxygenfunction:: is_gcc
62+
63+
.. doxygenfunction:: is_mingw
64+
65+
.. doxygenfunction:: is_clang
66+
67+
.. doxygenfunction:: is_msvc
68+
69+
host_os.h
70+
----------
71+
72+
.. doxygenfunction:: is_linux
73+
74+
.. doxygenfunction:: is_win
75+
76+
.. doxygenfunction:: is_mac
77+
78+
.. doxygenfunction:: is_unix
79+
80+
.. doxygenenum:: OsId
81+
82+
.. doxygenfunction:: get_host_os
83+
84+
host_os_util.h
85+
----------------
86+
87+
.. doxygenfunction:: get_os_envvar_delim
88+
89+
.. doxygenfunction:: get_os_executable_extension
90+
91+
task_state.h
92+
--------------
93+
94+
.. doxygenenum:: TaskState
95+
96+
.. doxygenfunction:: get_task_state
97+
98+
util.h
99+
---------
100+
101+
.. doxygenfunction:: save_file(const char *, const std::string &, bool)
102+
103+
.. doxygenfunction:: load_file

0 commit comments

Comments
 (0)