Skip to content

Commit

Permalink
doc: Update coding-style.rst to use #include with quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
edalm committed Jan 17, 2025
1 parent c99b200 commit 89b008c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/contributing/source/coding-style.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
=======================
Expand Down

0 comments on commit 89b008c

Please sign in to comment.