mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 21:40:29 +00:00
setup basic doxygen for docs
We may not stick with Doxygen, but it gives us something to start with.
This commit is contained in:
@@ -66,9 +66,9 @@ pub const TabClear = terminal.TabClear;
|
||||
pub const Attribute = terminal.Attribute;
|
||||
|
||||
comptime {
|
||||
if (terminal.is_c_lib) {
|
||||
_ = terminal.c_api;
|
||||
}
|
||||
// If we're building the C library (vs. the Zig module) then
|
||||
// we want to reference the C API so that it gets exported.
|
||||
if (terminal.is_c_lib) _ = terminal.c_api;
|
||||
}
|
||||
|
||||
test {
|
||||
|
||||
Reference in New Issue
Block a user