Skip to content
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

New macros for the named JSON convertor generation #4563

Open
wants to merge 11 commits into
base: develop
Choose a base branch
from

fix documentation hiccups

aa3a920
Select commit
Loading
Failed to load commit list.
Open

New macros for the named JSON convertor generation #4563

fix documentation hiccups
aa3a920
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jan 27, 2025 in 0s

3 new issues (0 max.) of at least minor severity.

Codacy Here is an overview of what got changed by this pull request:

Issues
======
- Added 3
           

Clones added
============
- docs/mkdocs/docs/examples/nlohmann_define_type_non_intrusive_with_names_macro.cpp  1
- docs/mkdocs/docs/examples/nlohmann_define_type_non_intrusive_with_names_explicit.cpp  1
- tests/src/unit-udt_macro.cpp  18
         

See the complete overview on Codacy

Annotations

Check notice on line 11 in docs/mkdocs/docs/examples/nlohmann_define_type_non_intrusive_with_names_macro.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docs/mkdocs/docs/examples/nlohmann_define_type_non_intrusive_with_names_macro.cpp#L11

struct member 'person::name' is never used.

Check notice on line 12 in docs/mkdocs/docs/examples/nlohmann_define_type_non_intrusive_with_names_macro.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docs/mkdocs/docs/examples/nlohmann_define_type_non_intrusive_with_names_macro.cpp#L12

struct member 'person::address' is never used.

Check notice on line 13 in docs/mkdocs/docs/examples/nlohmann_define_type_non_intrusive_with_names_macro.cpp

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

docs/mkdocs/docs/examples/nlohmann_define_type_non_intrusive_with_names_macro.cpp#L13

struct member 'person::age' is never used.