-
Notifications
You must be signed in to change notification settings - Fork 132
Fix empty bibliography in CI docs build #1142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
1f604d2
5bec893
298c7a8
62a6583
520e679
5c279c1
e04506b
f362a79
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -35,7 +35,7 @@ DOXYFILE_ENCODING = UTF-8 | |||||
| # title of most generated pages and in a few other places. | ||||||
| # The default value is: My Project. | ||||||
|
|
||||||
| PROJECT_NAME = "@DOXYGEN_PROJECT_NAME@" | ||||||
| PROJECT_NAME = @DOXYGEN_PROJECT_NAME@ | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggestion: Add quotes around the
Suggested change
|
||||||
|
|
||||||
| # The PROJECT_NUMBER tag can be used to enter a project or revision number. This | ||||||
| # could be handy for archiving the generated documentation or if some version | ||||||
|
|
@@ -970,7 +970,7 @@ FILTER_SOURCE_PATTERNS = | |||||
| # (index.html). This can be useful if you have a project on for instance GitHub | ||||||
| # and want to reuse the introduction page also for the doxygen output. | ||||||
|
|
||||||
| USE_MDFILE_AS_MAINPAGE = readme.md | ||||||
| USE_MDFILE_AS_MAINPAGE = | ||||||
|
|
||||||
| #--------------------------------------------------------------------------- | ||||||
| # Configuration options related to source browsing | ||||||
|
|
@@ -1205,14 +1205,6 @@ HTML_COLORSTYLE_SAT = 255 | |||||
|
|
||||||
| HTML_COLORSTYLE_GAMMA = 113 | ||||||
|
|
||||||
| # If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML | ||||||
| # page will contain the date and time when the page was generated. Setting this | ||||||
| # to YES can help to show when doxygen was last run and thus if the | ||||||
| # documentation is up to date. | ||||||
| # The default value is: NO. | ||||||
| # This tag requires that the tag GENERATE_HTML is set to YES. | ||||||
|
|
||||||
| HTML_TIMESTAMP = NO | ||||||
|
|
||||||
| # If the HTML_DYNAMIC_MENUS tag is set to YES then the generated HTML | ||||||
| # documentation will contain a main index with vertical navigation menus that | ||||||
|
|
@@ -1801,13 +1793,6 @@ LATEX_HIDE_INDICES = NO | |||||
|
|
||||||
| LATEX_BIB_STYLE = plain | ||||||
|
|
||||||
| # If the LATEX_TIMESTAMP tag is set to YES then the footer of each generated | ||||||
| # page will contain the date and time when the page was generated. Setting this | ||||||
| # to NO can help when comparing the output of multiple runs. | ||||||
| # The default value is: NO. | ||||||
| # This tag requires that the tag GENERATE_LATEX is set to YES. | ||||||
|
|
||||||
| LATEX_TIMESTAMP = NO | ||||||
|
|
||||||
| # The LATEX_EMOJI_DIRECTORY tag is used to specify the (relative or absolute) | ||||||
| # path from which the emoji images will be read. If a relative path is entered, | ||||||
|
|
||||||
Large diffs are not rendered by default.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| !> | ||
| !!@file m_checker_common.f90 | ||
| !!@file | ||
| !!@brief Contains module m_checker_common | ||
|
|
||
| #:include 'case.fpp' | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| !> | ||
| !! @file m_compute_levelset.fpp | ||
| !! @file | ||
| !! @brief Contains module m_compute_levelset | ||
|
|
||
| #:include 'macros.fpp' | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| !> | ||
| !! @file m_derived_types.f90 | ||
| !! @file | ||
| !! @brief Contains module m_derived_types | ||
|
|
||
| #:include "macros.fpp" | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
|
|
||
| !! @file m_helper_basic.f90 | ||
| !! @file | ||
| !! @brief Contains module m_helper_basic | ||
|
|
||
| #:include 'macros.fpp' | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| !> | ||
| !! @file m_patches.fpp | ||
| !! @file | ||
| !! @brief Contains module m_patches | ||
|
|
||
| #:include 'case.fpp' | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| !> | ||
| !!@file m_checker.f90 | ||
| !!@file | ||
| !!@brief Contains module m_checker | ||
|
|
||
| #:include 'macros.fpp' | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| !> | ||
| !! @file m_global_parameters.f90 | ||
| !! @file | ||
| !! @brief Contains module m_global_parameters | ||
|
|
||
| #:include 'case.fpp' | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| !> | ||
| !! @file m_assign_variables.f90 | ||
| !! @file | ||
| !! @brief Contains module m_assign_variables | ||
|
|
||
| #:include 'case.fpp' | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| !> | ||
| !!@file m_checker.f90 | ||
| !!@file | ||
| !!@brief Contains module m_checker | ||
|
|
||
| #:include 'macros.fpp' | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| !> | ||
| !! @file m_global_parameters.f90 | ||
| !! @file | ||
| !! @brief Contains module m_global_parameters | ||
|
|
||
| #:include 'case.fpp' | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| !> | ||
| !! @file m_patches.fpp | ||
| !! @file | ||
| !! @brief Contains module m_patches | ||
|
|
||
| #:include 'case.fpp' | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.