+3
-3
lines changedFilter options
+3
-3
lines changed Original file line number Diff line number Diff line change
@@ -51,9 +51,9 @@ process. The compiler has two different modes: direct input as a string with
51
51
`Sass_File_Context`. See the code for a list of options available
52
52
[Sass_Options](https://github.com/sass/libsass/blob/36feef0/include/sass/interface.h#L18)
53
53
54
-
The general rule is if the API takes const char* it will make a copy,
55
-
but where the API is char* it will take over memory ownership, so make sure to pass
56
-
in memory that is allocated via sass_copy_c_string or sass_alloc_memory.
54
+
The general rule is if the API takes `const char*` it will make a copy,
55
+
but where the API is `char*` it will take over memory ownership, so make sure to pass
56
+
in memory that is allocated via `sass_copy_c_string` or `sass_alloc_memory`.
57
57
58
58
**Building a file compiler**
59
59
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4