mirror of
https://github.com/google/styleguide.git
synced 2024-03-22 13:11:43 +08:00
Update C++ style guide to 3.124:
- Include revision number - Link to google-c-style.el
This commit is contained in:
parent
db0be8e44d
commit
cb5692d118
15
cppguide.xml
15
cppguide.xml
|
@ -2,9 +2,13 @@
|
|||
<?xml-stylesheet type="text/xsl" href="styleguide.xsl"?>
|
||||
<GUIDE title="Google C++ Style Guide">
|
||||
|
||||
<p align="right">
|
||||
|
||||
Revision 3.124
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
<div align="right">
|
||||
<address>
|
||||
Benjy Weinberger<br/>
|
||||
Craig Silverstein<br/>
|
||||
|
@ -12,7 +16,6 @@ Gregory Eitzmann<br/>
|
|||
Mark Mentovai<br/>
|
||||
Tashana Landray
|
||||
</address>
|
||||
</div>
|
||||
|
||||
<OVERVIEW>
|
||||
<CATEGORY title="Important Note">
|
||||
|
@ -3317,6 +3320,10 @@ Tashana Landray
|
|||
can all read and understand everyone's code easily.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
To help you format code correctly, we've created a <A HREF="http://google-styleguide.googlecode.com/svn/trunk/google-c-style.el">settings
|
||||
file for emacs</A>.
|
||||
</p>
|
||||
|
||||
<STYLEPOINT title="Line Length">
|
||||
<SUMMARY>
|
||||
|
@ -4309,6 +4316,10 @@ Tashana Landray
|
|||
|
||||
<HR/>
|
||||
|
||||
<p align="right">
|
||||
Revision 3.124
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
<address>
|
||||
|
|
|
@ -332,6 +332,7 @@ xmlns:fo="http://www.w3.org/1999/XSL/Format">
|
|||
</I>
|
||||
</xsl:template>
|
||||
|
||||
|
||||
<!-- This passes through any HTML elements that the
|
||||
XML doc uses for minor formatting -->
|
||||
<xsl:template match="a|address|blockquote|br|center|cite|code|dd|div|dl|dt|em|hr|i|li|ol|p|pre|span|table|td|th|tr|ul|var|A|ADDRESS|BLOCKQUOTE|BR|CENTER|CITE|CODE|DD|DIV|DL|DT|EM|HR|I|LI|OL|P|PRE|SPAN|TABLE|TD|TH|TR|UL|VAR">
|
||||
|
|
Loading…
Reference in New Issue
Block a user