-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add links to code refs in docs #3025
base: main
Are you sure you want to change the base?
Conversation
amomchilov
commented
Aug 30, 2024
•
edited
Loading
edited
* * <code>#pm_parser_t</code> - the main parser structure | ||
* * `pm_parser_init()` - initialize a parser | ||
* * `pm_parse()` - parse and return the root node | ||
* * `pm_node_destroy()` - deallocate the root node returned by `pm_parse()` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmmm, I can't find pm_node_destroy
in the docs (and neither can Doxygen. Any clue what's up with that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't know
@@ -35,18 +35,18 @@ typedef struct { | |||
size_t length; | |||
|
|||
/** The type of the string. This field determines how the string should be freed. */ | |||
enum { | |||
enum pm_string_type { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
d991608
to
0f10178
Compare
Hmmmmm |