diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2014-06-19 17:20:21 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2014-06-19 17:20:21 -0400 |
| commit | 59fc9e3aec4aaa19a1f7f632b01acd70e2d3ef5c (patch) | |
| tree | 2342971a50d30bb50a206d0b3f8ab6cfe4c5f6a9 /Doxyfile | |
| parent | 3141c02c0201c02a438d5148717b93a50d702c25 (diff) | |
| parent | f02a725e22d0ef7780bd75028c5196e70fd6b7db (diff) | |
| download | rneovim-59fc9e3aec4aaa19a1f7f632b01acd70e2d3ef5c.tar.gz rneovim-59fc9e3aec4aaa19a1f7f632b01acd70e2d3ef5c.tar.bz2 rneovim-59fc9e3aec4aaa19a1f7f632b01acd70e2d3ef5c.zip | |
Merge #824 'Doxygen neovim.org theme'
Diffstat (limited to 'Doxyfile')
| -rw-r--r-- | Doxyfile | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -47,14 +47,14 @@ PROJECT_BRIEF = # exceed 55 pixels and the maximum width should not exceed 200 pixels. # Doxygen will copy the logo to the output directory. -PROJECT_LOGO = +PROJECT_LOGO = contrib/doxygen/logo-devdoc.png # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = documentation +OUTPUT_DIRECTORY = build/doxygen # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output @@ -892,13 +892,13 @@ HTML_FILE_EXTENSION = .html # have to redo this when upgrading to a newer version of doxygen or when # changing the value of configuration settings such as GENERATE_TREEVIEW! -HTML_HEADER = +HTML_HEADER = contrib/doxygen/header.html # The HTML_FOOTER tag can be used to specify a personal HTML footer for # each generated HTML page. If it is left blank doxygen will generate a # standard footer. -HTML_FOOTER = +HTML_FOOTER = contrib/doxygen/footer.html # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to @@ -907,7 +907,7 @@ HTML_FOOTER = # HTML_EXTRA_STYLESHEET instead of this one, as it is more robust and this # tag will in the future become obsolete. -HTML_STYLESHEET = +HTML_STYLESHEET = contrib/doxygen/customdoxygen.css # The HTML_EXTRA_STYLESHEET tag can be used to specify an additional # user-defined cascading style sheet that is included after the standard @@ -917,7 +917,7 @@ HTML_STYLESHEET = # robust against future updates. Doxygen will copy the style sheet file to # the output directory. -HTML_EXTRA_STYLESHEET = +HTML_EXTRA_STYLESHEET = contrib/doxygen/extra.css # The HTML_EXTRA_FILES tag can be used to specify one or more extra images or # other source files which should be copied to the HTML output directory. Note |