File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed
Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change @@ -52,3 +52,52 @@ assert_throw.h
5252
5353command.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
You can’t perform that action at this time.
0 commit comments