Skip to content

Commit

Permalink
fixup 4740106
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelgk committed Oct 10, 2024
1 parent 4740106 commit 65a663c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/c74_min_doc.h
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ void doc_generate(const min_class_type& instance, const std::string& refpage_ful
for (const auto& name : attr_names) {
if (const auto& p = attributes.find(name); p != attributes.end()) {
try {
const auto& attr_object = *p.second;
const auto& attr_object = *p->second;
const auto& description = doc_format(attr_object.description_string());
const auto& attr_type = attr_object.datatype();

Expand Down

0 comments on commit 65a663c

Please sign in to comment.