doc: Update coding-style.rst to use #include with quotes

This commit is contained in:
Eduardo Almeida
2025-01-13 23:05:30 +00:00
parent c99b2007df
commit 89b008ccc3

View File

@@ -777,7 +777,7 @@ For standard headers, use the C++ style of inclusion:
.. sourcecode:: cpp
#include <ns3/header.h>
#include "ns3/header.h"
- inside .cc files, use
@@ -789,7 +789,7 @@ For standard headers, use the C++ style of inclusion:
.. sourcecode:: cpp
#include <ns3/header.h>
#include "ns3/header.h"
Variables and constants
=======================