[NFC] [doc] Mentioning to include the guard headers from imported modules

This commit is contained in:
Chuanqi Xu 2024-02-23 16:54:11 +08:00
parent d68d295161
commit b014944e47

View File

@ -868,6 +868,9 @@ headers to:
...
#endif
If the modules imported by your library provides such headers too, remember to add them to
your ``your_library_imported.h`` too.
Importing modules
~~~~~~~~~~~~~~~~~