diff options
author | Martijn Kaijser <martijn@xbmc.org> | 2016-10-24 08:13:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-24 08:13:10 +0200 |
commit | 90779a095bac04edd89f5ea4993ce80252234299 (patch) | |
tree | bfb2241031d1d6fc71cab4b334f7717f3d6e383f | |
parent | 36bda85db8ee65575dca186d83170cf5fba6678f (diff) | |
parent | 7bdfba80cd697b9ff7d15f620d08b3b851818ccf (diff) |
Merge pull request #10762 from CodeDocs/simplify-codedocs
Simplify .codecocs config
-rw-r--r-- | .codedocs | 45 |
1 files changed, 5 insertions, 40 deletions
@@ -1,44 +1,9 @@ -# CodeDocs Configuration File +# CodeDocs.xyz Configuration File DOXYFILE = doxygen_resources/Doxyfile.doxy -ALIASES = "table_start=<table width= 100% style= border bgcolor= 576f9f border= 0>" \ - "table_end=</table>" \ - "table_h2_l{2}=<tr bgcolor= 576f9f><th width= 40% align=left>\1</th><th width= 60% align=left>\2</th></tr>" \ - "table_row2_l{2}=<tr bgcolor=white><td width= 40% align=left>\1</td><td width= 60% align=left>\2</td></tr>" \ - "table_h3{3}=<tr bgcolor= 576f9f><th width= 30% align=left>\1</th><th width= 10% align=left>\2</th><th width= 60% align=left>\3</th></tr>" \ - "table_row3{3}=<tr bgcolor=white><td width= 30% align=left>\1</td><td width= 10% align=left>\2</td><td width= 60% align=left>\3</td></tr>" \ - "python_func{1}=\htmlonly <h4><code><span style=\"font-style: italic;\">Function: </span><span style=\"font-style: bold;\"><font color=31363b><big>\1</big></font></span></code></h4> \endhtmlonly" \ - "python_func_with_rev{2}=\htmlonly <h4><code><span style=\"font-style: italic;\">Function: </span><span style=\"font-style: bold;\"><font color=31363b><big>\1</big></font></span></code><span style="float:right;"><small>\2</small></span></h4> \endhtmlonly" \ - "python_class{1}=\htmlonly <h4><code><span style=\"font-style: italic;\">Class: </span><span style=\"font-style: bold;\"><font color=31363b><big>\1</big></font></span></code></h4> \endhtmlonly" \ - "python_class_with_rev{2}=\htmlonly <h4><code><span style=\"font-style: italic;\">Class: </span><span style=\"font-style: bold;\"><font color=31363b><big>\1</big></font></span></code><span style="float:right;"><small>\2</small></span></h4> \endhtmlonly" \ - "doc_header{1}=\htmlonly <h3><span style=\"text-decoration: underline;\"><span style=\"font-style: italic;\"><span style=\"color: rgb(102, 102, 102);\">\1</span></span></span></h3> \endhtmlonly" \ - "python_v12=\xrefitem python_v12 \"v12 Python API changes\" \"\"" \ - "python_v13=\xrefitem python_v13 \"v13 Python API changes\" \"\"" \ - "python_v14=\xrefitem python_v14 \"v14 Python API changes\" \"\"" \ - "python_v15=\xrefitem python_v15 \"v15 Python API changes\" \"\"" \ - "python_v16=\xrefitem python_v16 \"v16 Python API changes\" \"\"" \ - "python_v17=\xrefitem python_v17 \"v17 Python API changes\" \"\"" +PROJECT_LOGO = doxygen_resources/Thumbnail-symbol-whitebg-small.jpg -# Hide undocumented class members. -HIDE_UNDOC_MEMBERS = - -# Hide undocumented classes. -HIDE_UNDOC_CLASSES = - -# Specify a markdown page whose contents should be used as the main page -# (index.html). This will override a page marked as \mainpage. For example, a -# README.md file usually serves as a useful main page. -USE_MDFILE_AS_MAINPAGE = - -# Specify external repository to link documentation with. -# This is similar to Doxygen's TAGFILES option, but will automatically link to -# tags of other repositories already using CodeDocs. List each repository to -# link with by giving its location in the form of owner/repository. -# For example: -# TAGLINKS = doxygen/doxygen CodeDocs/osg -# Note: these repositories must already be built on CodeDocs. -TAGLINKS = - -PREDEFINED = DOXYGEN_SHOULD_SKIP_THIS \ - DOXYGEN_SHOULD_USE_THIS +INPUT= xbmc \ + CODING_GUIDELINES.dox \ + doxygen_resources |