We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6b00b commit d75ed5eCopy full SHA for d75ed5e
flymake-google-cpplint.el
@@ -1,4 +1,4 @@
1
-;;; flymake-google-cpplint.el --- Flymake work with cpplint for C/C++
+;;; flymake-google-cpplint.el --- Help to comply with the Google C++ Style Guide
2
3
;; Copyright 2014 Akiha Senda
4
@@ -29,9 +29,11 @@
29
30
;;; Commentary:
31
32
-;; Please check the GitHub
33
-;; (https://github.com/senda-akiha/flymake-google-cpplint/)
34
-;; for more information.
+;; If you're want to write code according to the [Google C++ Style Guide](http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml),
+;; this will help a great deal.
+
35
+;; For more infomations, please check the GitHub
36
+;; https://github.com/senda-akiha/flymake-google-cpplint/
37
38
;;; Code:
39
0 commit comments