diff options
author | Thales Lima Oliveira <thaleslima.ufu@gmail.com> | 2017-11-09 13:55:48 -0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-09 13:55:48 -0200 |
commit | 368b27c9551429e5c0e80869021a1b32a40200d1 (patch) | |
tree | 669fbfadf1561d18e0cb2a818250df28e86539c2 | |
parent | 7ed558867ab334de478c2e7c726a2a2ef8b9df99 (diff) | |
download | PSP.git-368b27c9551429e5c0e80869021a1b32a40200d1.tar.gz PSP.git-368b27c9551429e5c0e80869021a1b32a40200d1.tar.xz PSP.git-368b27c9551429e5c0e80869021a1b32a40200d1.zip |
Update _config.yml
-rw-r--r-- | docs/_config.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/_config.yml b/docs/_config.yml index 798fe1a..439e6e2 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -4,5 +4,4 @@ show_downloads: true theme: jekyll-theme-cayman google_analytics: UA-106599602-1 -include: - - doxygen/html/_about_form_8h_source.html +include: ["doxygen/html/_about_form_8h_source.html"] |