Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Improve doc markdown syntax formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreter committed Aug 8, 2019
1 parent 931d381 commit e340781
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/api-doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ process. The compiler has two different modes: direct input as a string with
`Sass_File_Context`. See the code for a list of options available
[Sass_Options](https:/sass/libsass/blob/36feef0/include/sass/interface.h#L18)

The general rule is if the API takes const char* it will make a copy,
but where the API is char* it will take over memory ownership, so make sure to pass
in memory that is allocated via sass_copy_c_string or sass_alloc_memory.
The general rule is if the API takes `const char*` it will make a copy,
but where the API is `char*` it will take over memory ownership, so make sure to pass
in memory that is allocated via `sass_copy_c_string` or `sass_alloc_memory`.

**Building a file compiler**

Expand Down

0 comments on commit e340781

Please sign in to comment.