Skip to content

Commit 534d5e7

Browse files
committed
Remove Drake exception allowing for -inl.h files
We typically no longer allow these files.
1 parent adfa6ce commit 534d5e7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cppguide.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,6 @@ <h3 id="Self_contained_Headers">Self-contained Headers</h3>
213213
<p>Header files should be self-contained (compile on their own) and
214214
end in <code>.h</code>. Non-header files that are meant for inclusion
215215
should end in <code>.inc</code> and be used sparingly.</p>
216-
<p class="exception drake">
217-
The Self-contained headers rule may be disobeyed when implementing
218-
the <a href="http://drake.mit.edu/cxx_inl.html#cxx-inl-files">C++ *-inl.h
219-
files pattern</a> in its exact form.</p>
220216
</div>
221217

222218
<div class="stylebody">

0 commit comments

Comments
 (0)