Merge pull request #42 from vendethiel/patch-2

Fix <a> closing tag
This commit is contained in:
Gabriel Dos Reis 2015-09-20 09:18:56 -07:00
commit 090370b99f

View File

@ -4737,7 +4737,7 @@ not using this (over)general interface in favor of a particular interface found
* Warn on any class that contains data members and also has an overridable (non-`final`) virtual function. * Warn on any class that contains data members and also has an overridable (non-`final`) virtual function.
<a name="Rh-separation"></a? <a name="Rh-separation"></a>
### C.122: Use abstract classes as interfaces when complete separation of interface and implementation is needed ### C.122: Use abstract classes as interfaces when complete separation of interface and implementation is needed
**Reason**: Such as on an ABI (link) boundary. **Reason**: Such as on an ABI (link) boundary.