utils: Add namespace trailing comments to code generated by create-module.py

This commit is contained in:
Eduardo Almeida
2024-11-22 15:33:03 +00:00
parent 4e310a0d96
commit 5f1cd14516

View File

@@ -40,7 +40,7 @@ namespace ns3
/* ... */
}}
}} // namespace ns3
"""
@@ -62,9 +62,9 @@ namespace ns3
/* ... */
}}
}} // namespace ns3
#endif /* {INCLUDE_GUARD} */
#endif // {INCLUDE_GUARD}
"""
@@ -76,7 +76,7 @@ namespace ns3
/* ... */
}}
}} // namespace ns3
"""
@@ -94,9 +94,9 @@ namespace ns3
/* ... */
}}
}} // namespace ns3
#endif /* {INCLUDE_GUARD} */
#endif // {INCLUDE_GUARD}
"""