Skip to content

Commit c54fbda

Browse files
authored
Update function naming style
1 parent 8487c08 commit c54fbda

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cppguide.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -4464,7 +4464,8 @@ <h3 id="Function_Names">Function Names</h3>
44644464
like variables.</p>
44654465

44664466
<p>Ordinarily, functions should start with a capital letter and have a
4467-
capital letter for each new word.</p>
4467+
capital letter for each new word.
4468+
AUV specific Edit: Start function with small and have capital letter for each new word</p>
44684469

44694470
<pre>AddTableEntry()
44704471
DeleteUrl()
@@ -6020,4 +6021,4 @@ <h3 id="Windows_Code">Windows Code</h3>
60206021
</ul>
60216022
</div>
60226023
</body>
6023-
</html>
6024+
</html>

0 commit comments

Comments
 (0)