[fixup]s/property/attribute/

This commit is contained in:
tokyo4j 2025-04-11 17:32:54 +09:00
parent 5510d27904
commit e0993db702
4 changed files with 22 additions and 22 deletions

View file

@ -5,7 +5,7 @@
#include <libxml/tree.h>
/*
* Converts dotted properties into nested nodes.
* Converts dotted attributes into nested nodes.
* For example, the following node:
*
* <keybind name.action="ShowMenu" menu.action="root-menu"
@ -24,6 +24,6 @@
* </action>
* </keybind>
*/
void lab_xml_expand_dotted_props(xmlNode *root);
void lab_xml_expand_dotted_attributes(xmlNode *root);
#endif /* LABWC_XML_H */