diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2014-04-10 11:00:26 +0300 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2014-04-10 11:00:26 +0300 |
commit | f090160ab9b30ccad6b9b0e1b96bfdac29507177 (patch) | |
tree | b1050233bb92554b8f9852c485e91af55f86aee5 /README.md | |
parent | efc5781aec94563871d56638d3ba92475b43e58b (diff) | |
download | bemenu-f090160ab9b30ccad6b9b0e1b96bfdac29507177.tar.gz bemenu-f090160ab9b30ccad6b9b0e1b96bfdac29507177.tar.bz2 bemenu-f090160ab9b30ccad6b9b0e1b96bfdac29507177.zip |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ Dynamic menu library and client program inspired by dmenu for C sources with following exceptions: * spaces not tabs * indentation size is 4 characters (spaces) + * function and variable names are camelCase except for global constants * [Standard style](http://legacy.python.org/dev/peps/pep-0008/) for Python * **Build system** - [CMake](http://www.cmake.org/) * **API documentation** - [Doxygen](http://www.stack.nl/~dimitri/doxygen/index.html) |