Skip to content

Commit

Permalink
imgrate immarkdown
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed Nov 16, 2024
1 parent 99850dd commit 48d01b7
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 19 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions immarkdown/dummy.go

This file was deleted.

File renamed without changes.
4 changes: 2 additions & 2 deletions immarkdown/cimmarkdown_funcs.go → immarkdown/funcs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@


#include <string.h>
#include "cimmarkdown_wrapper.h"
#include "cimmarkdown_structs_accessor.h"
#include "wrapper.h"
#include "structs_accessor.h"

void wrap_Emphasis_SetState(Emphasis *EmphasisPtr, EmphasisState v) { EmphasisPtr->state = v; }
EmphasisState wrap_Emphasis_GetState(Emphasis *self) { return self->state; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#pragma once

#include "cimmarkdown_wrapper.h"
#include "wrapper.h"

#ifdef __cplusplus
extern "C" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
// DO NOT EDIT.


#include "cimmarkdown_typedefs.h"
#include "typedefs.h"
#include "../cwrappers/cimmarkdown.h"
4 changes: 2 additions & 2 deletions immarkdown/cimmarkdown_typedefs.go → immarkdown/typedefs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Code generated by cmd/codegen from https://github.com/AllenDang/cimgui-go.
// DO NOT EDIT.

#include "cimmarkdown_wrapper.h"
#include "wrapper.h"
#include "../cwrappers/cimmarkdown.h"

bool wrap_RenderLinkText(TextRegion* self,const char* text_,const Link link_,const char* markdown_,const MarkdownConfig mdConfig_,const char** linkHoverStart_) { return RenderLinkText(self,text_,0,link_,markdown_,mdConfig_,linkHoverStart_); }
Expand Down
File renamed without changes.

0 comments on commit 48d01b7

Please sign in to comment.