| 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE |
| 26 * POSSIBILITY OF SUCH DAMAGE. |
26 * POSSIBILITY OF SUCH DAMAGE. |
| 27 * |
27 * |
| 28 */ |
28 */ |
| 29 |
29 |
| 30 #ifndef CODEGENS_H |
30 #ifndef C2HTML_HIGHLIGHTER_H |
| 31 #define CODEGENS_H |
31 #define C2HTML_HIGHLIGHTER_H |
| 32 |
32 |
| 33 #include "ucx/buffer.h" |
33 #include "ucx/buffer.h" |
| 34 |
34 |
| 35 #ifdef __cplusplus |
35 #ifdef __cplusplus |
| 36 extern "C" { |
36 extern "C" { |
| 37 #endif |
37 #endif |
| 38 |
38 |
| 39 typedef struct { |
39 typedef struct { |
| 40 int multiline_comment; |
40 int multiline_comment; |