Skip to content

Commit d00c4da

Browse files
committed
[ci skip] fixing doxyfile so doxygen can be build
1 parent 4037eb7 commit d00c4da

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Doxyfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PROJECT_NUMBER = r24.06.1-rc1
4444
# for a project that appears at the top of each page and should give viewer a
4545
# quick idea about the purpose of the project. Keep the description short.
4646

47-
PROJECT_BRIEF =
47+
PROJECT_BRIEF = "Modules for Experiments in Stellar Astrophysics"
4848

4949
# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
5050
# in the documentation. The maximum height of the logo should not exceed 55
@@ -899,7 +899,8 @@ RECURSIVE = YES
899899
# Note that relative paths are relative to the directory from which doxygen is
900900
# run.
901901

902-
EXCLUDE = dox
902+
EXCLUDE = dox \
903+
stella/strad
903904

904905
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
905906
# directories that are symbolic links (a Unix file system feature) are excluded

docs/source/changelog.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,13 @@ Previous MESA versions exlusively adopted the latter.
4444
Bug Fixes
4545
---------
4646

47-
fixed small bug in star/private/create_initial_model.f90 that will have a small effect on creating initial models
48-
fixed bug in ``star/private/hydro_rotation.f90`` where the sigmoid function to cap ``w_div_w_crit`` was incorrectly implemented. This only influences models with `w_div_wc_flag = .true.`
47+
Fixed small bug in star/private/create_initial_model.f90 that will have a small effect on creating initial models
48+
49+
Fixed bug in ``star/private/hydro_rotation.f90`` where the sigmoid function to cap ``w_div_w_crit`` was incorrectly implemented. This only influences models with `w_div_wc_flag = .true.`
4950

5051
.. note:: Before releasing a new version of MESA, move `Changes in main` to a new section below with the version number as the title, and add a new `Changes in main` section at the top of the file (see ```changelog_template.rst```).
5152

53+
5254
Changes in r24.08.1
5355
===================
5456

0 commit comments

Comments
 (0)