Ruby 4.1.0dev (2026-03-06 revision 407dd02c1b52b05ba55a179554b29a14e44a4b82)
Data Fields
pm_magic_comment_t Struct Reference

This is a node in the linked list of magic comments that we've found while parsing. More...

#include <parser.h>

Data Fields

pm_list_node_t node
 The embedded base node.
 
pm_location_t key
 The key of the magic comment.
 
pm_location_t value
 The value of the magic comment.
 
- Data Fields inherited from pm_list_node
struct pm_list_nodenext
 A pointer to the next node in the list.
 

Detailed Description

This is a node in the linked list of magic comments that we've found while parsing.

Definition at line 479 of file parser.h.

Field Documentation

◆ key

pm_location_t pm_magic_comment_t::key

The key of the magic comment.

Definition at line 484 of file parser.h.

◆ node

pm_list_node_t pm_magic_comment_t::node

The embedded base node.

Definition at line 481 of file parser.h.

◆ value

pm_location_t pm_magic_comment_t::value

The value of the magic comment.

Definition at line 487 of file parser.h.


The documentation for this struct was generated from the following file: