diff options
author | Alwin Esch <alwin.esch@web.de> | 2016-04-29 02:45:41 +0200 |
---|---|---|
committer | Alwin Esch <alwin.esch@web.de> | 2016-04-29 02:45:41 +0200 |
commit | 03acc1d78e03a54e06b81ae0bb327a5ca3d9649d (patch) | |
tree | 9657d1625a530e1a33f61eada97fa155fd9db294 /doxygen_resources | |
parent | 2b24c9b2acba6d04bff1d04037d46410c55b34bd (diff) |
[doxygen] add code guidelines
Diffstat (limited to 'doxygen_resources')
-rw-r--r-- | doxygen_resources/Doxyfile.doxy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doxygen_resources/Doxyfile.doxy b/doxygen_resources/Doxyfile.doxy index fe500d27c7..d8b64e9419 100644 --- a/doxygen_resources/Doxyfile.doxy +++ b/doxygen_resources/Doxyfile.doxy @@ -790,6 +790,7 @@ WARN_LOGFILE = # Note: If this tag is empty the current directory is searched. INPUT = ../xbmc \ + ../CODING_GUIDELINES.dox \ . # This tag can be used to specify the character encoding of the source files |